Shades of Biloba Flower #AA8AD3
Tints of Biloba Flower #AA8AD3
RGB
CMYK
RGB Variations
Color information
#AA8AD3 (or 0xAA8AD3) is known color: Biloba Flower. HEX triplet: AA, 8A and D3. RGB value is (170,138,211). Sum of RGB (Red+Green+Blue) = 170+138+211=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA8AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8AD3 is #55752C. Grayscale: #9B9B9B. Windows color (decimal): -5600557 or 13863594. OLE color: 13863594.
HSL color Cylindrical-coordinate representation of color #AA8AD3: hue angle of 266.3º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA8AD3 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 138 | 211 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.17 |
| HSL | 266.3º | 0.45% | 0.68% | - |
| HSV(B) | 266.3º | 0.35% | 0.83% | - |
| XYZ | 37.42 | 31.43 | 65.72 | - |
| YUV | 155.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 211 | 0.19 | 0.35 | 0 | 0.17 | 266.3 | 0.45 | 0.68 |
| Hex | AA | 8A | D3 | 13 | 23 | 0 | 11 | 10A | 2D | 44 |
| Octal | 252 | 212 | 323 | 23 | 43 | 0 | 21 | 412 | 55 | 104 |
| Binary | 10101010 | 10001010 | 11010011 | 10011 | 100011 | 0 | 10001 | 100001010 | 101101 | 1000100 |
Color Harmonies of #AA8AD3
Complementary color
Monochromatic Colors of #AA8AD3
Black with #AA8AD3
Text Example
Text Example
White with #AA8AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8AD3; }
p { color: rgb(170,138,211); }
H1.HeaderClassName
{
color: #AA8AD3;
}
.AnyTagClassName
{
color: #AA8AD3;
}
</style>
background-color css
<style>
a { background-color: #AA8AD3; }
a { background-color: rgb(170,138,211); }
div.DivClassName
{
background-color: #AA8AD3;
}
.BgClassName
{
background-color: #AA8AD3;
}
</style>
border-color css
<style>
span { border-color: #AA8AD3; }
span { border-color: rgb(170,138,211); }
td.TdClassName
{
border-color: #AA8AD3;
}
.TagClassName
{
border-color: #AA8AD3;
}
</style>