#A999DD

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

Shades of Biloba Flower #A999DD

Tints of Biloba Flower #A999DD

Color information

#A999DD (or 0xA999DD) is unknown color: approx Biloba Flower. HEX triplet: A9, 99 and DD. RGB value is (169,153,221). Sum of RGB (Red+Green+Blue) = 169+153+221=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #A999DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999DD is #566622. Grayscale: #A5A5A5. Windows color (decimal): -5662243 or 14522793. OLE color: 14522793.

HSL color Cylindrical-coordinate representation of color #A999DD: hue angle of 254.12º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A999DD is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169153221-
CMYK0.240.3100.13
HSL254.12º50%73.33%-
HSV(B)254.12º30.77%86.67%-
XYZ40.836.4473.29-
YUV165.54159.3130.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.12%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=31.12%
G=28.18%
B=40.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691532210.240.3100.13254.125073.33
HexA999DD181F0Dfe3249
Octal251231335303701537662111
Binary101010011001100111011101110001111101101111111101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999DD; }

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

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

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

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

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

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

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

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