#A893CF

Color #A893CF Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A893CF

Tints of Biloba Flower #A893CF

Color information

#A893CF (or 0xA893CF) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and CF. RGB value is (168,147,207). Sum of RGB (Red+Green+Blue) = 168+147+207=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #A893CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893CF is #576C30. Grayscale: #9F9F9F. Windows color (decimal): -5729329 or 13603752. OLE color: 13603752.

HSL color Cylindrical-coordinate representation of color #A893CF: hue angle of 261º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A893CF is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168147207-
CMYK0.190.2900.19
HSL261º38.46%69.41%-
HSV(B)261º28.99%81.18%-
XYZ37.8433.763.54-
YUV160.12154.46133.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 147 (57.81% from 255) = 28.16%
BLUE value IS 207 (81.25% from 255) = 39.66%
R=32.18%
G=28.16%
B=39.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681472070.190.2900.1926138.4669.41
HexA893CF131D0131052645
Octal250223317233502340546105
Binary10101000100100111100111110011111010100111000001011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893CF; }

 p { color: rgb(168,147,207); }

 H1.HeaderClassName
 {
   color: #A893CF;
 }
 .AnyTagClassName
 {
   color: #A893CF;
 }
</style>
background-color css

<style>
 a { background-color: #A893CF; }

 a { background-color: rgb(168,147,207); }

 div.DivClassName
 {
   background-color: #A893CF;
 }
 .BgClassName
 {
   background-color: #A893CF;
 }
</style>
border-color css

<style>
 span { border-color: #A893CF; }

 span { border-color: rgb(168,147,207); }

 td.TdClassName
 {
   border-color: #A893CF;
 }
 .TagClassName
 {
   border-color: #A893CF;
 }
</style>