Shades of Biloba Flower #AA81DC
Tints of Biloba Flower #AA81DC
RGB
CMYK
RGB Variations
Color information
#AA81DC (or 0xAA81DC) is known color: Biloba Flower. HEX triplet: AA, 81 and DC. RGB value is (170,129,220). Sum of RGB (Red+Green+Blue) = 170+129+220=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81DC is #557E23. Grayscale: #979797. Windows color (decimal): -5602852 or 14451114. OLE color: 14451114.
HSL color Cylindrical-coordinate representation of color #AA81DC: hue angle of 267.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA81DC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 129 | 220 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.14 |
| HSL | 267.03º | 0.57% | 0.68% | - |
| HSV(B) | 267.03º | 0.41% | 0.86% | - |
| XYZ | 37.35 | 29.41 | 71.42 | - |
| YUV | 151.63 | 166.58 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 220 | 0.23 | 0.41 | 0 | 0.14 | 267.03 | 0.57 | 0.68 |
| Hex | AA | 81 | DC | 17 | 29 | 0 | E | 10B | 39 | 44 |
| Octal | 252 | 201 | 334 | 27 | 51 | 0 | 16 | 413 | 71 | 104 |
| Binary | 10101010 | 10000001 | 11011100 | 10111 | 101001 | 0 | 1110 | 100001011 | 111001 | 1000100 |
Color Harmonies of #AA81DC
Complementary color
Monochromatic Colors of #AA81DC
Black with #AA81DC
Text Example
Text Example
White with #AA81DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81DC; }
p { color: rgb(170,129,220); }
H1.HeaderClassName
{
color: #AA81DC;
}
.AnyTagClassName
{
color: #AA81DC;
}
</style>
background-color css
<style>
a { background-color: #AA81DC; }
a { background-color: rgb(170,129,220); }
div.DivClassName
{
background-color: #AA81DC;
}
.BgClassName
{
background-color: #AA81DC;
}
</style>
border-color css
<style>
span { border-color: #AA81DC; }
span { border-color: rgb(170,129,220); }
td.TdClassName
{
border-color: #AA81DC;
}
.TagClassName
{
border-color: #AA81DC;
}
</style>