Shades of Biloba Flower #AA9CDD
Tints of Biloba Flower #AA9CDD
RGB
CMYK
RGB Variations
Color information
#AA9CDD (or 0xAA9CDD) is known color: Biloba Flower. HEX triplet: AA, 9C and DD. RGB value is (170,156,221). Sum of RGB (Red+Green+Blue) = 170+156+221=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CDD is #556322. Grayscale: #A7A7A7. Windows color (decimal): -5595939 or 14523562. OLE color: 14523562.
HSL color Cylindrical-coordinate representation of color #AA9CDD: hue angle of 252.92º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA9CDD is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 170 | 156 | 221 | - |
CMYK | 0.23 | 0.29 | 0 | 0.13 |
HSL | 252.92º | 0.49% | 0.74% | - |
HSV(B) | 252.92º | 0.29% | 0.87% | - |
XYZ | 41.52 | 37.54 | 73.47 | - |
YUV | 167.6 | 158.14 | 129.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 156 | 221 | 0.23 | 0.29 | 0 | 0.13 | 252.92 | 0.49 | 0.74 |
Hex | AA | 9C | DD | 17 | 1D | 0 | D | FD | 31 | 4A |
Octal | 252 | 234 | 335 | 27 | 35 | 0 | 15 | 375 | 61 | 112 |
Binary | 10101010 | 10011100 | 11011101 | 10111 | 11101 | 0 | 1101 | 11111101 | 110001 | 1001010 |
Color Harmonies of #AA9CDD
Complementary color
Monochromatic Colors of #AA9CDD
Black with #AA9CDD
Text Example
Text Example
White with #AA9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CDD; }
p { color: rgb(170,156,221); }
H1.HeaderClassName
{
color: #AA9CDD;
}
.AnyTagClassName
{
color: #AA9CDD;
}
</style>
background-color css
<style>
a { background-color: #AA9CDD; }
a { background-color: rgb(170,156,221); }
div.DivClassName
{
background-color: #AA9CDD;
}
.BgClassName
{
background-color: #AA9CDD;
}
</style>
border-color css
<style>
span { border-color: #AA9CDD; }
span { border-color: rgb(170,156,221); }
td.TdClassName
{
border-color: #AA9CDD;
}
.TagClassName
{
border-color: #AA9CDD;
}
</style>