#A89CCA

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

Shades of Biloba Flower #A89CCA

Tints of Biloba Flower #A89CCA

Color information

#A89CCA (or 0xA89CCA) is unknown color: approx Biloba Flower. HEX triplet: A8, 9C and CA. RGB value is (168,156,202). Sum of RGB (Red+Green+Blue) = 168+156+202=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #A89CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CCA is #576335. Grayscale: #A4A4A4. Windows color (decimal): -5727030 or 13278376. OLE color: 13278376.

HSL color Cylindrical-coordinate representation of color #A89CCA: hue angle of 255.65º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A89CCA is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168156202-
CMYK0.170.2300.21
HSL255.65º30.26%70.2%-
HSV(B)255.65º22.77%79.22%-
XYZ38.736.3760.86-
YUV164.83148.98130.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.94%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=31.94%
G=29.66%
B=38.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681562020.170.2300.21255.6530.2670.2
HexA89CCA11170151001e46
Octal250234312212702540036106
Binary1010100010011100110010101000110111010101100000000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89CCA; }

 p { color: rgb(168,156,202); }

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

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

 a { background-color: rgb(168,156,202); }

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

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

 span { border-color: rgb(168,156,202); }

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