Shades of Biloba Flower #AA83DC
Tints of Biloba Flower #AA83DC
RGB
CMYK
RGB Variations
Color information
#AA83DC (or 0xAA83DC) is known color: Biloba Flower. HEX triplet: AA, 83 and DC. RGB value is (170,131,220). Sum of RGB (Red+Green+Blue) = 170+131+220=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA83DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83DC is #557C23. Grayscale: #989898. Windows color (decimal): -5602340 or 14451626. OLE color: 14451626.
HSL color Cylindrical-coordinate representation of color #AA83DC: hue angle of 266.29º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA83DC is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 131 | 220 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.14 |
| HSL | 266.29º | 0.56% | 0.69% | - |
| HSV(B) | 266.29º | 0.4% | 0.86% | - |
| XYZ | 37.61 | 29.95 | 71.51 | - |
| YUV | 152.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 220 | 0.23 | 0.40 | 0 | 0.14 | 266.29 | 0.56 | 0.69 |
| Hex | AA | 83 | DC | 17 | 28 | 0 | E | 10A | 38 | 45 |
| Octal | 252 | 203 | 334 | 27 | 50 | 0 | 16 | 412 | 70 | 105 |
| Binary | 10101010 | 10000011 | 11011100 | 10111 | 101000 | 0 | 1110 | 100001010 | 111000 | 1000101 |
Color Harmonies of #AA83DC
Complementary color
Monochromatic Colors of #AA83DC
Black with #AA83DC
Text Example
Text Example
White with #AA83DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83DC; }
p { color: rgb(170,131,220); }
H1.HeaderClassName
{
color: #AA83DC;
}
.AnyTagClassName
{
color: #AA83DC;
}
</style>
background-color css
<style>
a { background-color: #AA83DC; }
a { background-color: rgb(170,131,220); }
div.DivClassName
{
background-color: #AA83DC;
}
.BgClassName
{
background-color: #AA83DC;
}
</style>
border-color css
<style>
span { border-color: #AA83DC; }
span { border-color: rgb(170,131,220); }
td.TdClassName
{
border-color: #AA83DC;
}
.TagClassName
{
border-color: #AA83DC;
}
</style>