Shades of Biloba Flower #AA94D2
Tints of Biloba Flower #AA94D2
RGB
CMYK
RGB Variations
Color information
#AA94D2 (or 0xAA94D2) is known color: Biloba Flower. HEX triplet: AA, 94 and D2. RGB value is (170,148,210). Sum of RGB (Red+Green+Blue) = 170+148+210=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA94D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94D2 is #556B2D. Grayscale: #A1A1A1. Windows color (decimal): -5597998 or 13800618. OLE color: 13800618.
HSL color Cylindrical-coordinate representation of color #AA94D2: hue angle of 261.29º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA94D2 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 148 | 210 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.18 |
| HSL | 261.29º | 0.41% | 0.7% | - |
| HSV(B) | 261.29º | 0.3% | 0.82% | - |
| XYZ | 38.8 | 34.38 | 65.56 | - |
| YUV | 161.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 210 | 0.19 | 0.30 | 0 | 0.18 | 261.29 | 0.41 | 0.7 |
| Hex | AA | 94 | D2 | 13 | 1E | 0 | 12 | 105 | 29 | 46 |
| Octal | 252 | 224 | 322 | 23 | 36 | 0 | 22 | 405 | 51 | 106 |
| Binary | 10101010 | 10010100 | 11010010 | 10011 | 11110 | 0 | 10010 | 100000101 | 101001 | 1000110 |
Color Harmonies of #AA94D2
Complementary color
Monochromatic Colors of #AA94D2
Black with #AA94D2
Text Example
Text Example
White with #AA94D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA94D2; }
p { color: rgb(170,148,210); }
H1.HeaderClassName
{
color: #AA94D2;
}
.AnyTagClassName
{
color: #AA94D2;
}
</style>
background-color css
<style>
a { background-color: #AA94D2; }
a { background-color: rgb(170,148,210); }
div.DivClassName
{
background-color: #AA94D2;
}
.BgClassName
{
background-color: #AA94D2;
}
</style>
border-color css
<style>
span { border-color: #AA94D2; }
span { border-color: rgb(170,148,210); }
td.TdClassName
{
border-color: #AA94D2;
}
.TagClassName
{
border-color: #AA94D2;
}
</style>