#A999D9

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

Shades of Biloba Flower #A999D9

Tints of Biloba Flower #A999D9

Color information

#A999D9 (or 0xA999D9) is unknown color: approx Biloba Flower. HEX triplet: A9, 99 and D9. RGB value is (169,153,217). Sum of RGB (Red+Green+Blue) = 169+153+217=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #A999D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999D9 is #566626. Grayscale: #A4A4A4. Windows color (decimal): -5662247 or 14260649. OLE color: 14260649.

HSL color Cylindrical-coordinate representation of color #A999D9: hue angle of 255º 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 #A999D9 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169153217-
CMYK0.220.2900.15
HSL255º45.71%72.55%-
HSV(B)255º29.49%85.1%-
XYZ40.2836.2370.52-
YUV165.08157.3130.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.35%
GREEN value IS 153 (60.16% from 255) = 28.39%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=31.35%
G=28.39%
B=40.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691532170.220.2900.1525545.7172.55
HexA999D9161D0Fff2e49
Octal251231331263501737756111
Binary101010011001100111011001101101110101111111111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999D9; }

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

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

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

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

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

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

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

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