#A89CC9

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

Shades of Biloba Flower #A89CC9

Tints of Biloba Flower #A89CC9

Color information

#A89CC9 (or 0xA89CC9) is unknown color: approx Biloba Flower. HEX triplet: A8, 9C and C9. RGB value is (168,156,201). Sum of RGB (Red+Green+Blue) = 168+156+201=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #A89CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CC9 is #576336. Grayscale: #A4A4A4. Windows color (decimal): -5727031 or 13212840. OLE color: 13212840.

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

Color convert

RGB168156201-
CMYK0.160.2200.21
HSL256º29.41%70%-
HSV(B)256º22.39%78.82%-
XYZ38.5836.3260.24-
YUV164.72148.48130.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=32%
G=29.71%
B=38.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681562010.160.2200.2125629.4170
HexA89CC910160151001d46
Octal250234311202602540035106
Binary1010100010011100110010011000010110010101100000000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89CC9; }

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

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

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

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

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

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

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

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