#A99BDA

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

Shades of Biloba Flower #A99BDA

Tints of Biloba Flower #A99BDA

Color information

#A99BDA (or 0xA99BDA) is unknown color: approx Biloba Flower. HEX triplet: A9, 9B and DA. RGB value is (169,155,218). Sum of RGB (Red+Green+Blue) = 169+155+218=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #A99BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BDA is #566425. Grayscale: #A6A6A6. Windows color (decimal): -5661734 or 14326697. OLE color: 14326697.

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

Color convert

RGB169155218-
CMYK0.220.2900.15
HSL253.33º45.99%73.14%-
HSV(B)253.33º28.9%85.49%-
XYZ40.7436.9471.31-
YUV166.37157.14129.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.18%
GREEN value IS 155 (60.94% from 255) = 28.60%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=31.18%
G=28.60%
B=40.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691552180.220.2900.15253.3345.9973.14
HexA99BDA161D0Ffd2e49
Octal251233332263501737556111
Binary101010011001101111011010101101110101111111111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BDA; }

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

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

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

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

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

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

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

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