Shades of Dark Orchid #AB20AA
Tints of Dark Orchid #AB20AA
RGB
CMYK
RGB Variations
Color information
#AB20AA (or 0xAB20AA) is known color: Dark Orchid. HEX triplet: AB, 20 and AA. RGB value is (171,32,170). Sum of RGB (Red+Green+Blue) = 171+32+170=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB20AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB20AA is #54DF55. Grayscale: #585858. Windows color (decimal): -5562198 or 11149483. OLE color: 11149483.
HSL color Cylindrical-coordinate representation of color #AB20AA: hue angle of 300.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB20AA is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 170 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.33 |
| HSL | 300.43º | 0.68% | 0.4% | - |
| HSV(B) | 300.43º | 0.81% | 0.67% | - |
| XYZ | 24.57 | 12.59 | 39.17 | - |
| YUV | 89.29 | 173.55 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 170 | 0 | 0.81 | 0.01 | 0.33 | 300.43 | 0.68 | 0.4 |
| Hex | AB | 20 | AA | 0 | 51 | 1 | 21 | 12C | 44 | 28 |
| Octal | 253 | 40 | 252 | 0 | 121 | 1 | 41 | 454 | 104 | 50 |
| Binary | 10101011 | 100000 | 10101010 | 0 | 1010001 | 1 | 100001 | 100101100 | 1000100 | 101000 |
Color Harmonies of #AB20AA
Complementary color
Monochromatic Colors of #AB20AA
Black with #AB20AA
Text Example
Text Example
White with #AB20AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB20AA; }
p { color: rgb(171,32,170); }
H1.HeaderClassName
{
color: #AB20AA;
}
.AnyTagClassName
{
color: #AB20AA;
}
</style>
background-color css
<style>
a { background-color: #AB20AA; }
a { background-color: rgb(171,32,170); }
div.DivClassName
{
background-color: #AB20AA;
}
.BgClassName
{
background-color: #AB20AA;
}
</style>
border-color css
<style>
span { border-color: #AB20AA; }
span { border-color: rgb(171,32,170); }
td.TdClassName
{
border-color: #AB20AA;
}
.TagClassName
{
border-color: #AB20AA;
}
</style>