#A99DC9

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

Shades of Biloba Flower #A99DC9

Tints of Biloba Flower #A99DC9

Color information

#A99DC9 (or 0xA99DC9) is unknown color: approx Biloba Flower. HEX triplet: A9, 9D and C9. RGB value is (169,157,201). Sum of RGB (Red+Green+Blue) = 169+157+201=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #A99DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DC9 is #566236. Grayscale: #A5A5A5. Windows color (decimal): -5661239 or 13213097. OLE color: 13213097.

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

Color convert

RGB169157201-
CMYK0.160.2200.21
HSL256.36º28.95%70.2%-
HSV(B)256.36º21.89%78.82%-
XYZ38.9636.7760.3-
YUV165.6147.98130.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.07%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 201 (78.91% from 255) = 38.14%
R=32.07%
G=29.79%
B=38.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691572010.160.2200.21256.3628.9570.2
HexA99DC910160151001d46
Octal251235311202602540035106
Binary1010100110011101110010011000010110010101100000000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DC9; }

 p { color: rgb(169,157,201); }

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

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

 a { background-color: rgb(169,157,201); }

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

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

 span { border-color: rgb(169,157,201); }

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