#A99ACD

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

Shades of Biloba Flower #A99ACD

Tints of Biloba Flower #A99ACD

Color information

#A99ACD (or 0xA99ACD) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and CD. RGB value is (169,154,205). Sum of RGB (Red+Green+Blue) = 169+154+205=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #A99ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ACD is #566532. Grayscale: #A4A4A4. Windows color (decimal): -5662003 or 13474473. OLE color: 13474473.

HSL color Cylindrical-coordinate representation of color #A99ACD: hue angle of 257.65º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A99ACD is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169154205-
CMYK0.180.2500.20
HSL257.65º33.77%70.39%-
HSV(B)257.65º24.88%80.39%-
XYZ38.9435.9562.65-
YUV164.3150.97131.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=32.01%
G=29.17%
B=38.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691542050.180.2500.20257.6533.7770.39
HexA99ACD12190141022246
Octal251232315223102440242106
Binary10101001100110101100110110010110010101001000000101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99ACD; }

 p { color: rgb(169,154,205); }

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

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

 a { background-color: rgb(169,154,205); }

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

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

 span { border-color: rgb(169,154,205); }

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