#A89CCE

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

Shades of Biloba Flower #A89CCE

Tints of Biloba Flower #A89CCE

Color information

#A89CCE (or 0xA89CCE) is unknown color: approx Biloba Flower. HEX triplet: A8, 9C and CE. RGB value is (168,156,206). Sum of RGB (Red+Green+Blue) = 168+156+206=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #A89CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CCE is #576331. Grayscale: #A5A5A5. Windows color (decimal): -5727026 or 13540520. OLE color: 13540520.

HSL color Cylindrical-coordinate representation of color #A89CCE: hue angle of 254.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A89CCE is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168156206-
CMYK0.180.2400.19
HSL254.4º33.78%70.98%-
HSV(B)254.4º24.27%80.78%-
XYZ39.1836.5663.38-
YUV165.29150.98129.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 156 (61.33% from 255) = 29.43%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=31.70%
G=29.43%
B=38.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681562060.180.2400.19254.433.7870.98
HexA89CCE1218013fe2247
Octal250234316223002337642107
Binary1010100010011100110011101001011000010011111111101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89CCE; }

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

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

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

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

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

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

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

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