Shades of Biloba Flower #AA96DF
Tints of Biloba Flower #AA96DF
RGB
CMYK
RGB Variations
Color information
#AA96DF (or 0xAA96DF) is known color: Biloba Flower. HEX triplet: AA, 96 and DF. RGB value is (170,150,223). Sum of RGB (Red+Green+Blue) = 170+150+223=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA96DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96DF is #556920. Grayscale: #A4A4A4. Windows color (decimal): -5597473 or 14653098. OLE color: 14653098.
HSL color Cylindrical-coordinate representation of color #AA96DF: hue angle of 256.44º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA96DF is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 150 | 223 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.13 |
| HSL | 256.44º | 0.53% | 0.73% | - |
| HSV(B) | 256.44º | 0.33% | 0.87% | - |
| XYZ | 40.8 | 35.69 | 74.55 | - |
| YUV | 164.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 223 | 0.24 | 0.33 | 0 | 0.13 | 256.44 | 0.53 | 0.73 |
| Hex | AA | 96 | DF | 18 | 21 | 0 | D | 100 | 35 | 49 |
| Octal | 252 | 226 | 337 | 30 | 41 | 0 | 15 | 400 | 65 | 111 |
| Binary | 10101010 | 10010110 | 11011111 | 11000 | 100001 | 0 | 1101 | 100000000 | 110101 | 1001001 |
Color Harmonies of #AA96DF
Complementary color
Monochromatic Colors of #AA96DF
Black with #AA96DF
Text Example
Text Example
White with #AA96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA96DF; }
p { color: rgb(170,150,223); }
H1.HeaderClassName
{
color: #AA96DF;
}
.AnyTagClassName
{
color: #AA96DF;
}
</style>
background-color css
<style>
a { background-color: #AA96DF; }
a { background-color: rgb(170,150,223); }
div.DivClassName
{
background-color: #AA96DF;
}
.BgClassName
{
background-color: #AA96DF;
}
</style>
border-color css
<style>
span { border-color: #AA96DF; }
span { border-color: rgb(170,150,223); }
td.TdClassName
{
border-color: #AA96DF;
}
.TagClassName
{
border-color: #AA96DF;
}
</style>