Shades of Biloba Flower #AA8FD0
Tints of Biloba Flower #AA8FD0
RGB
CMYK
RGB Variations
Color information
#AA8FD0 (or 0xAA8FD0) is known color: Biloba Flower. HEX triplet: AA, 8F and D0. RGB value is (170,143,208). Sum of RGB (Red+Green+Blue) = 170+143+208=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA8FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FD0 is #55702F. Grayscale: #9E9E9E. Windows color (decimal): -5599280 or 13668266. OLE color: 13668266.
HSL color Cylindrical-coordinate representation of color #AA8FD0: hue angle of 264.92º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8FD0 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 170 | 143 | 208 | - |
CMYK | 0.18 | 0.31 | 0 | 0.18 |
HSL | 264.92º | 0.41% | 0.69% | - |
HSV(B) | 264.92º | 0.31% | 0.82% | - |
XYZ | 37.79 | 32.75 | 64 | - |
YUV | 158.48 | 155.95 | 136.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 143 | 208 | 0.18 | 0.31 | 0 | 0.18 | 264.92 | 0.41 | 0.69 |
Hex | AA | 8F | D0 | 12 | 1F | 0 | 12 | 109 | 29 | 45 |
Octal | 252 | 217 | 320 | 22 | 37 | 0 | 22 | 411 | 51 | 105 |
Binary | 10101010 | 10001111 | 11010000 | 10010 | 11111 | 0 | 10010 | 100001001 | 101001 | 1000101 |
Color Harmonies of #AA8FD0
Complementary color
Monochromatic Colors of #AA8FD0
Black with #AA8FD0
Text Example
Text Example
White with #AA8FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FD0; }
p { color: rgb(170,143,208); }
H1.HeaderClassName
{
color: #AA8FD0;
}
.AnyTagClassName
{
color: #AA8FD0;
}
</style>
background-color css
<style>
a { background-color: #AA8FD0; }
a { background-color: rgb(170,143,208); }
div.DivClassName
{
background-color: #AA8FD0;
}
.BgClassName
{
background-color: #AA8FD0;
}
</style>
border-color css
<style>
span { border-color: #AA8FD0; }
span { border-color: rgb(170,143,208); }
td.TdClassName
{
border-color: #AA8FD0;
}
.TagClassName
{
border-color: #AA8FD0;
}
</style>