#AA9AD0

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

Shades of Biloba Flower #AA9AD0

Tints of Biloba Flower #AA9AD0

Color information

#AA9AD0 (or 0xAA9AD0) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and D0. RGB value is (170,154,208). Sum of RGB (Red+Green+Blue) = 170+154+208=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA9AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9AD0 is #55652F. Grayscale: #A4A4A4. Windows color (decimal): -5596464 or 13671082. OLE color: 13671082.

HSL color Cylindrical-coordinate representation of color #AA9AD0: hue angle of 257.78º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA9AD0 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170154208-
CMYK0.180.2600.18
HSL257.78º36.49%70.98%-
HSV(B)257.78º25.96%81.57%-
XYZ39.5236.2164.58-
YUV164.94152.3131.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 208 (81.64% from 255) = 39.10%
R=31.95%
G=28.95%
B=39.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701542080.180.2600.18257.7836.4970.98
HexAA9AD0121A0121022447
Octal252232320223202240244107
Binary10101010100110101101000010010110100100101000000101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AD0; }

 p { color: rgb(170,154,208); }

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

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

 a { background-color: rgb(170,154,208); }

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

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

 span { border-color: rgb(170,154,208); }

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