Shades of Dark Orchid #AA2FA8
Tints of Dark Orchid #AA2FA8
RGB
CMYK
RGB Variations
Color information
#AA2FA8 (or 0xAA2FA8) is known color: Dark Orchid. HEX triplet: AA, 2F and A8. RGB value is (170,47,168). Sum of RGB (Red+Green+Blue) = 170+47+168=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2FA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2FA8 is #55D057. Grayscale: #616161. Windows color (decimal): -5623896 or 11022250. OLE color: 11022250.
HSL color Cylindrical-coordinate representation of color #AA2FA8: hue angle of 300.98º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA2FA8 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 168 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.33 |
| HSL | 300.98º | 0.57% | 0.43% | - |
| HSV(B) | 300.98º | 0.72% | 0.67% | - |
| XYZ | 24.66 | 13.41 | 38.33 | - |
| YUV | 97.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 168 | 0 | 0.72 | 0.01 | 0.33 | 300.98 | 0.57 | 0.43 |
| Hex | AA | 2F | A8 | 0 | 48 | 1 | 21 | 12D | 39 | 2B |
| Octal | 252 | 57 | 250 | 0 | 110 | 1 | 41 | 455 | 71 | 53 |
| Binary | 10101010 | 101111 | 10101000 | 0 | 1001000 | 1 | 100001 | 100101101 | 111001 | 101011 |
Color Harmonies of #AA2FA8
Complementary color
Monochromatic Colors of #AA2FA8
Black with #AA2FA8
Text Example
Text Example
White with #AA2FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2FA8; }
p { color: rgb(170,47,168); }
H1.HeaderClassName
{
color: #AA2FA8;
}
.AnyTagClassName
{
color: #AA2FA8;
}
</style>
background-color css
<style>
a { background-color: #AA2FA8; }
a { background-color: rgb(170,47,168); }
div.DivClassName
{
background-color: #AA2FA8;
}
.BgClassName
{
background-color: #AA2FA8;
}
</style>
border-color css
<style>
span { border-color: #AA2FA8; }
span { border-color: rgb(170,47,168); }
td.TdClassName
{
border-color: #AA2FA8;
}
.TagClassName
{
border-color: #AA2FA8;
}
</style>