#A99CDA

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

Shades of Biloba Flower #A99CDA

Tints of Biloba Flower #A99CDA

Color information

#A99CDA (or 0xA99CDA) is unknown color: approx Biloba Flower. HEX triplet: A9, 9C and DA. RGB value is (169,156,218). Sum of RGB (Red+Green+Blue) = 169+156+218=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #A99CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CDA is #566325. Grayscale: #A6A6A6. Windows color (decimal): -5661478 or 14326953. OLE color: 14326953.

HSL color Cylindrical-coordinate representation of color #A99CDA: hue angle of 252.58º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A99CDA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169156218-
CMYK0.220.2800.15
HSL252.58º45.59%73.33%-
HSV(B)252.58º28.44%85.49%-
XYZ40.9137.2771.37-
YUV166.96156.81129.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.12%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=31.12%
G=28.73%
B=40.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691562180.220.2800.15252.5845.5973.33
HexA99CDA161C0Ffd2e49
Octal251234332263401737556111
Binary101010011001110011011010101101110001111111111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CDA; }

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

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

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

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

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

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

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

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