Shades of Biloba Flower #AA95CE
Tints of Biloba Flower #AA95CE
RGB
CMYK
RGB Variations
Color information
#AA95CE (or 0xAA95CE) is known color: Biloba Flower. HEX triplet: AA, 95 and CE. RGB value is (170,149,206). Sum of RGB (Red+Green+Blue) = 170+149+206=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA95CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95CE is #556A31. Grayscale: #A1A1A1. Windows color (decimal): -5597746 or 13538730. OLE color: 13538730.
HSL color Cylindrical-coordinate representation of color #AA95CE: hue angle of 262.11º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA95CE is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 149 | 206 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.19 |
| HSL | 262.11º | 0.37% | 0.7% | - |
| HSV(B) | 262.11º | 0.28% | 0.81% | - |
| XYZ | 38.47 | 34.5 | 63.02 | - |
| YUV | 161.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 206 | 0.17 | 0.28 | 0 | 0.19 | 262.11 | 0.37 | 0.7 |
| Hex | AA | 95 | CE | 11 | 1C | 0 | 13 | 106 | 25 | 46 |
| Octal | 252 | 225 | 316 | 21 | 34 | 0 | 23 | 406 | 45 | 106 |
| Binary | 10101010 | 10010101 | 11001110 | 10001 | 11100 | 0 | 10011 | 100000110 | 100101 | 1000110 |
Color Harmonies of #AA95CE
Complementary color
Monochromatic Colors of #AA95CE
Black with #AA95CE
Text Example
Text Example
White with #AA95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA95CE; }
p { color: rgb(170,149,206); }
H1.HeaderClassName
{
color: #AA95CE;
}
.AnyTagClassName
{
color: #AA95CE;
}
</style>
background-color css
<style>
a { background-color: #AA95CE; }
a { background-color: rgb(170,149,206); }
div.DivClassName
{
background-color: #AA95CE;
}
.BgClassName
{
background-color: #AA95CE;
}
</style>
border-color css
<style>
span { border-color: #AA95CE; }
span { border-color: rgb(170,149,206); }
td.TdClassName
{
border-color: #AA95CE;
}
.TagClassName
{
border-color: #AA95CE;
}
</style>