Shades of Biloba Flower #AA96CE
Tints of Biloba Flower #AA96CE
RGB
CMYK
RGB Variations
Color information
#AA96CE (or 0xAA96CE) is known color: Biloba Flower. HEX triplet: AA, 96 and CE. RGB value is (170,150,206). Sum of RGB (Red+Green+Blue) = 170+150+206=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA96CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96CE is #556931. Grayscale: #A2A2A2. Windows color (decimal): -5597490 or 13538986. OLE color: 13538986.
HSL color Cylindrical-coordinate representation of color #AA96CE: hue angle of 261.43º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA96CE is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 150 | 206 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.19 |
| HSL | 261.43º | 0.36% | 0.7% | - |
| HSV(B) | 261.43º | 0.27% | 0.81% | - |
| XYZ | 38.62 | 34.81 | 63.08 | - |
| YUV | 162.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 206 | 0.17 | 0.27 | 0 | 0.19 | 261.43 | 0.36 | 0.7 |
| Hex | AA | 96 | CE | 11 | 1B | 0 | 13 | 105 | 24 | 46 |
| Octal | 252 | 226 | 316 | 21 | 33 | 0 | 23 | 405 | 44 | 106 |
| Binary | 10101010 | 10010110 | 11001110 | 10001 | 11011 | 0 | 10011 | 100000101 | 100100 | 1000110 |
Color Harmonies of #AA96CE
Complementary color
Monochromatic Colors of #AA96CE
Black with #AA96CE
Text Example
Text Example
White with #AA96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA96CE; }
p { color: rgb(170,150,206); }
H1.HeaderClassName
{
color: #AA96CE;
}
.AnyTagClassName
{
color: #AA96CE;
}
</style>
background-color css
<style>
a { background-color: #AA96CE; }
a { background-color: rgb(170,150,206); }
div.DivClassName
{
background-color: #AA96CE;
}
.BgClassName
{
background-color: #AA96CE;
}
</style>
border-color css
<style>
span { border-color: #AA96CE; }
span { border-color: rgb(170,150,206); }
td.TdClassName
{
border-color: #AA96CE;
}
.TagClassName
{
border-color: #AA96CE;
}
</style>