#A99CD0

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

Shades of Biloba Flower #A99CD0

Tints of Biloba Flower #A99CD0

Color information

#A99CD0 (or 0xA99CD0) is unknown color: approx Biloba Flower. HEX triplet: A9, 9C and D0. RGB value is (169,156,208). Sum of RGB (Red+Green+Blue) = 169+156+208=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #A99CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CD0 is #56632F. Grayscale: #A5A5A5. Windows color (decimal): -5661488 or 13671593. OLE color: 13671593.

HSL color Cylindrical-coordinate representation of color #A99CD0: hue angle of 255º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A99CD0 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169156208-
CMYK0.190.2500.18
HSL255º35.62%71.37%-
HSV(B)255º25%81.57%-
XYZ39.6436.7764.68-
YUV165.81151.81130.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.71%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 208 (81.64% from 255) = 39.02%
R=31.71%
G=29.27%
B=39.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691562080.190.2500.1825535.6271.37
HexA99CD01319012ff2447
Octal251234320233102237744107
Binary1010100110011100110100001001111001010010111111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CD0; }

 p { color: rgb(169,156,208); }

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

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

 a { background-color: rgb(169,156,208); }

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

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

 span { border-color: rgb(169,156,208); }

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