Shades of Biloba Flower #AA95CA
Tints of Biloba Flower #AA95CA
RGB
CMYK
RGB Variations
Color information
#AA95CA (or 0xAA95CA) is known color: Biloba Flower. HEX triplet: AA, 95 and CA. RGB value is (170,149,202). Sum of RGB (Red+Green+Blue) = 170+149+202=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA95CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95CA is #556A35. Grayscale: #A1A1A1. Windows color (decimal): -5597750 or 13276586. OLE color: 13276586.
HSL color Cylindrical-coordinate representation of color #AA95CA: hue angle of 263.77º 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 #AA95CA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 149 | 202 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.21 |
| HSL | 263.77º | 0.33% | 0.69% | - |
| HSV(B) | 263.77º | 0.26% | 0.79% | - |
| XYZ | 37.99 | 34.31 | 60.5 | - |
| YUV | 161.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 202 | 0.16 | 0.26 | 0 | 0.21 | 263.77 | 0.33 | 0.69 |
| Hex | AA | 95 | CA | 10 | 1A | 0 | 15 | 108 | 21 | 45 |
| Octal | 252 | 225 | 312 | 20 | 32 | 0 | 25 | 410 | 41 | 105 |
| Binary | 10101010 | 10010101 | 11001010 | 10000 | 11010 | 0 | 10101 | 100001000 | 100001 | 1000101 |
Color Harmonies of #AA95CA
Complementary color
Monochromatic Colors of #AA95CA
Black with #AA95CA
Text Example
Text Example
White with #AA95CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA95CA; }
p { color: rgb(170,149,202); }
H1.HeaderClassName
{
color: #AA95CA;
}
.AnyTagClassName
{
color: #AA95CA;
}
</style>
background-color css
<style>
a { background-color: #AA95CA; }
a { background-color: rgb(170,149,202); }
div.DivClassName
{
background-color: #AA95CA;
}
.BgClassName
{
background-color: #AA95CA;
}
</style>
border-color css
<style>
span { border-color: #AA95CA; }
span { border-color: rgb(170,149,202); }
td.TdClassName
{
border-color: #AA95CA;
}
.TagClassName
{
border-color: #AA95CA;
}
</style>