#A89CD0

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

Shades of Biloba Flower #A89CD0

Tints of Biloba Flower #A89CD0

Color information

#A89CD0 (or 0xA89CD0) is unknown color: approx Biloba Flower. HEX triplet: A8, 9C and D0. RGB value is (168,156,208). Sum of RGB (Red+Green+Blue) = 168+156+208=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #A89CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CD0 is #57632F. Grayscale: #A5A5A5. Windows color (decimal): -5727024 or 13671592. OLE color: 13671592.

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

Color convert

RGB168156208-
CMYK0.190.2500.18
HSL253.85º35.62%71.37%-
HSV(B)253.85º25%81.57%-
XYZ39.4236.6664.67-
YUV165.52151.98129.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.58%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 208 (81.64% from 255) = 39.10%
R=31.58%
G=29.32%
B=39.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681562080.190.2500.18253.8535.6271.37
HexA89CD01319012fe2447
Octal250234320233102237644107
Binary1010100010011100110100001001111001010010111111101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89CD0; }

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

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

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

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

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

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

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

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