#A99ADD

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

Shades of Biloba Flower #A99ADD

Tints of Biloba Flower #A99ADD

Color information

#A99ADD (or 0xA99ADD) is unknown color: approx Biloba Flower. HEX triplet: A9, 9A and DD. RGB value is (169,154,221). Sum of RGB (Red+Green+Blue) = 169+154+221=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #A99ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ADD is #566522. Grayscale: #A5A5A5. Windows color (decimal): -5661987 or 14523049. OLE color: 14523049.

HSL color Cylindrical-coordinate representation of color #A99ADD: hue angle of 253.43º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99ADD is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169154221-
CMYK0.240.3000.13
HSL253.43º49.63%73.53%-
HSV(B)253.43º30.32%86.67%-
XYZ40.9736.7773.34-
YUV166.12158.97130.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.07%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=31.07%
G=28.31%
B=40.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691542210.240.3000.13253.4349.6373.53
HexA99ADD181E0Dfd324a
Octal251232335303601537562112
Binary101010011001101011011101110001111001101111111011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99ADD; }

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

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

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

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

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

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

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

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