#A899D9

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

Shades of Biloba Flower #A899D9

Tints of Biloba Flower #A899D9

Color information

#A899D9 (or 0xA899D9) is unknown color: approx Biloba Flower. HEX triplet: A8, 99 and D9. RGB value is (168,153,217). Sum of RGB (Red+Green+Blue) = 168+153+217=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 217 - color contains mainly: blue. Hex color #A899D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899D9 is #576626. Grayscale: #A4A4A4. Windows color (decimal): -5727783 or 14260648. OLE color: 14260648.

HSL color Cylindrical-coordinate representation of color #A899D9: hue angle of 254.06º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A899D9 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168153217-
CMYK0.230.2900.15
HSL254.06º45.71%72.55%-
HSV(B)254.06º29.49%85.1%-
XYZ40.0636.1270.51-
YUV164.78157.47130.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.23%
GREEN value IS 153 (60.16% from 255) = 28.44%
BLUE value IS 217 (85.16% from 255) = 40.33%
R=31.23%
G=28.44%
B=40.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681532170.230.2900.15254.0645.7172.55
HexA899D9171D0Ffe2e49
Octal250231331273501737656111
Binary101010001001100111011001101111110101111111111101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899D9; }

 p { color: rgb(168,153,217); }

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

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

 a { background-color: rgb(168,153,217); }

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

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

 span { border-color: rgb(168,153,217); }

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