Shades of Biloba Flower #AA96CA
Tints of Biloba Flower #AA96CA
RGB
CMYK
RGB Variations
Color information
#AA96CA (or 0xAA96CA) is known color: Biloba Flower. HEX triplet: AA, 96 and CA. RGB value is (170,150,202). Sum of RGB (Red+Green+Blue) = 170+150+202=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA96CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96CA is #556935. Grayscale: #A1A1A1. Windows color (decimal): -5597494 or 13276842. OLE color: 13276842.
HSL color Cylindrical-coordinate representation of color #AA96CA: hue angle of 263.08º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA96CA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 150 | 202 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.21 |
| HSL | 263.08º | 0.33% | 0.69% | - |
| HSV(B) | 263.08º | 0.26% | 0.79% | - |
| XYZ | 38.14 | 34.62 | 60.55 | - |
| YUV | 161.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 202 | 0.16 | 0.26 | 0 | 0.21 | 263.08 | 0.33 | 0.69 |
| Hex | AA | 96 | CA | 10 | 1A | 0 | 15 | 107 | 21 | 45 |
| Octal | 252 | 226 | 312 | 20 | 32 | 0 | 25 | 407 | 41 | 105 |
| Binary | 10101010 | 10010110 | 11001010 | 10000 | 11010 | 0 | 10101 | 100000111 | 100001 | 1000101 |
Color Harmonies of #AA96CA
Complementary color
Monochromatic Colors of #AA96CA
Black with #AA96CA
Text Example
Text Example
White with #AA96CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA96CA; }
p { color: rgb(170,150,202); }
H1.HeaderClassName
{
color: #AA96CA;
}
.AnyTagClassName
{
color: #AA96CA;
}
</style>
background-color css
<style>
a { background-color: #AA96CA; }
a { background-color: rgb(170,150,202); }
div.DivClassName
{
background-color: #AA96CA;
}
.BgClassName
{
background-color: #AA96CA;
}
</style>
border-color css
<style>
span { border-color: #AA96CA; }
span { border-color: rgb(170,150,202); }
td.TdClassName
{
border-color: #AA96CA;
}
.TagClassName
{
border-color: #AA96CA;
}
</style>