Shades of Biloba Flower #AA95DF
Tints of Biloba Flower #AA95DF
RGB
CMYK
RGB Variations
Color information
#AA95DF (or 0xAA95DF) is known color: Biloba Flower. HEX triplet: AA, 95 and DF. RGB value is (170,149,223). Sum of RGB (Red+Green+Blue) = 170+149+223=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA95DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95DF is #556A20. Grayscale: #A3A3A3. Windows color (decimal): -5597729 or 14652842. OLE color: 14652842.
HSL color Cylindrical-coordinate representation of color #AA95DF: hue angle of 257.03º degrees, saturation: 0.54, 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 #AA95DF is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 149 | 223 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.13 |
| HSL | 257.03º | 0.54% | 0.73% | - |
| HSV(B) | 257.03º | 0.33% | 0.87% | - |
| XYZ | 40.64 | 35.37 | 74.5 | - |
| YUV | 163.72 | 161.46 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 223 | 0.24 | 0.33 | 0 | 0.13 | 257.03 | 0.54 | 0.73 |
| Hex | AA | 95 | DF | 18 | 21 | 0 | D | 101 | 36 | 49 |
| Octal | 252 | 225 | 337 | 30 | 41 | 0 | 15 | 401 | 66 | 111 |
| Binary | 10101010 | 10010101 | 11011111 | 11000 | 100001 | 0 | 1101 | 100000001 | 110110 | 1001001 |
Color Harmonies of #AA95DF
Complementary color
Monochromatic Colors of #AA95DF
Black with #AA95DF
Text Example
Text Example
White with #AA95DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA95DF; }
p { color: rgb(170,149,223); }
H1.HeaderClassName
{
color: #AA95DF;
}
.AnyTagClassName
{
color: #AA95DF;
}
</style>
background-color css
<style>
a { background-color: #AA95DF; }
a { background-color: rgb(170,149,223); }
div.DivClassName
{
background-color: #AA95DF;
}
.BgClassName
{
background-color: #AA95DF;
}
</style>
border-color css
<style>
span { border-color: #AA95DF; }
span { border-color: rgb(170,149,223); }
td.TdClassName
{
border-color: #AA95DF;
}
.TagClassName
{
border-color: #AA95DF;
}
</style>