#A89DC6

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

Shades of Biloba Flower #A89DC6

Tints of Biloba Flower #A89DC6

Color information

#A89DC6 (or 0xA89DC6) is unknown color: approx Biloba Flower. HEX triplet: A8, 9D and C6. RGB value is (168,157,198). Sum of RGB (Red+Green+Blue) = 168+157+198=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 198 - color contains mainly: blue. Hex color #A89DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DC6 is #576239. Grayscale: #A4A4A4. Windows color (decimal): -5726778 or 13016488. OLE color: 13016488.

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

Color convert

RGB168157198-
CMYK0.150.2100.22
HSL256.1º26.45%69.61%-
HSV(B)256.1º20.71%77.65%-
XYZ38.436.5258.45-
YUV164.96146.64130.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 198 (77.73% from 255) = 37.86%
R=32.12%
G=30.02%
B=37.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681571980.150.2100.22256.126.4569.61
HexA89DC6F150161001a46
Octal250235306172502640032106
Binary101010001001110111000110111110101010110100000000110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89DC6; }

 p { color: rgb(168,157,198); }

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

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

 a { background-color: rgb(168,157,198); }

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

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

 span { border-color: rgb(168,157,198); }

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