Shades of Biloba Flower #AA7FDC
Tints of Biloba Flower #AA7FDC
RGB
CMYK
RGB Variations
Color information
#AA7FDC (or 0xAA7FDC) is known color: Biloba Flower. HEX triplet: AA, 7F and DC. RGB value is (170,127,220). Sum of RGB (Red+Green+Blue) = 170+127+220=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FDC is #558023. Grayscale: #969696. Windows color (decimal): -5603364 or 14450602. OLE color: 14450602.
HSL color Cylindrical-coordinate representation of color #AA7FDC: hue angle of 267.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7FDC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 127 | 220 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.14 |
| HSL | 267.74º | 0.57% | 0.68% | - |
| HSV(B) | 267.74º | 0.42% | 0.86% | - |
| XYZ | 37.09 | 28.89 | 71.33 | - |
| YUV | 150.46 | 167.25 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 220 | 0.23 | 0.42 | 0 | 0.14 | 267.74 | 0.57 | 0.68 |
| Hex | AA | 7F | DC | 17 | 2A | 0 | E | 10C | 39 | 44 |
| Octal | 252 | 177 | 334 | 27 | 52 | 0 | 16 | 414 | 71 | 104 |
| Binary | 10101010 | 1111111 | 11011100 | 10111 | 101010 | 0 | 1110 | 100001100 | 111001 | 1000100 |
Color Harmonies of #AA7FDC
Complementary color
Monochromatic Colors of #AA7FDC
Black with #AA7FDC
Text Example
Text Example
White with #AA7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FDC; }
p { color: rgb(170,127,220); }
H1.HeaderClassName
{
color: #AA7FDC;
}
.AnyTagClassName
{
color: #AA7FDC;
}
</style>
background-color css
<style>
a { background-color: #AA7FDC; }
a { background-color: rgb(170,127,220); }
div.DivClassName
{
background-color: #AA7FDC;
}
.BgClassName
{
background-color: #AA7FDC;
}
</style>
border-color css
<style>
span { border-color: #AA7FDC; }
span { border-color: rgb(170,127,220); }
td.TdClassName
{
border-color: #AA7FDC;
}
.TagClassName
{
border-color: #AA7FDC;
}
</style>