Shades of Dark Orchid #AB20AF
Tints of Dark Orchid #AB20AF
RGB
CMYK
RGB Variations
Color information
#AB20AF (or 0xAB20AF) is known color: Dark Orchid. HEX triplet: AB, 20 and AF. RGB value is (171,32,175). Sum of RGB (Red+Green+Blue) = 171+32+175=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB20AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB20AF is #54DF50. Grayscale: #595959. Windows color (decimal): -5562193 or 11477163. OLE color: 11477163.
HSL color Cylindrical-coordinate representation of color #AB20AF: hue angle of 298.32º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB20AF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 32 | 175 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.31 |
| HSL | 298.32º | 0.69% | 0.41% | - |
| HSV(B) | 298.32º | 0.82% | 0.69% | - |
| XYZ | 25.05 | 12.79 | 41.71 | - |
| YUV | 89.86 | 176.05 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 175 | 0.02 | 0.82 | 0 | 0.31 | 298.32 | 0.69 | 0.41 |
| Hex | AB | 20 | AF | 2 | 52 | 0 | 1F | 12A | 45 | 29 |
| Octal | 253 | 40 | 257 | 2 | 122 | 0 | 37 | 452 | 105 | 51 |
| Binary | 10101011 | 100000 | 10101111 | 10 | 1010010 | 0 | 11111 | 100101010 | 1000101 | 101001 |
Color Harmonies of #AB20AF
Complementary color
Monochromatic Colors of #AB20AF
Black with #AB20AF
Text Example
Text Example
White with #AB20AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB20AF; }
p { color: rgb(171,32,175); }
H1.HeaderClassName
{
color: #AB20AF;
}
.AnyTagClassName
{
color: #AB20AF;
}
</style>
background-color css
<style>
a { background-color: #AB20AF; }
a { background-color: rgb(171,32,175); }
div.DivClassName
{
background-color: #AB20AF;
}
.BgClassName
{
background-color: #AB20AF;
}
</style>
border-color css
<style>
span { border-color: #AB20AF; }
span { border-color: rgb(171,32,175); }
td.TdClassName
{
border-color: #AB20AF;
}
.TagClassName
{
border-color: #AB20AF;
}
</style>