#A99DC2

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

Shades of Biloba Flower #A99DC2

Tints of Biloba Flower #A99DC2

Color information

#A99DC2 (or 0xA99DC2) is unknown color: approx Biloba Flower. HEX triplet: A9, 9D and C2. RGB value is (169,157,194). Sum of RGB (Red+Green+Blue) = 169+157+194=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 194 - color contains mainly: blue. Hex color #A99DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DC2 is #56623D. Grayscale: #A4A4A4. Windows color (decimal): -5661246 or 12754345. OLE color: 12754345.

HSL color Cylindrical-coordinate representation of color #A99DC2: hue angle of 259.46º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A99DC2 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169157194-
CMYK0.130.1900.24
HSL259.46º23.27%68.82%-
HSV(B)259.46º19.07%76.08%-
XYZ38.1636.4456.06-
YUV164.81144.48130.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 194 (76.17% from 255) = 37.31%
R=32.5%
G=30.19%
B=37.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691571940.130.1900.24259.4623.2768.82
HexA99DC2D130181031745
Octal251235302152303040327105
Binary101010011001110111000010110110011011000100000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DC2; }

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

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

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

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

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

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

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

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