Shades of Dark Orchid #AF21D0
Tints of Dark Orchid #AF21D0
RGB
CMYK
RGB Variations
Color information
#AF21D0 (or 0xAF21D0) is known color: Dark Orchid. HEX triplet: AF, 21 and D0. RGB value is (175,33,208). Sum of RGB (Red+Green+Blue) = 175+33+208=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF21D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21D0 is #50DE2F. Grayscale: #5E5E5E. Windows color (decimal): -5299760 or 13640111. OLE color: 13640111.
HSL color Cylindrical-coordinate representation of color #AF21D0: hue angle of 288.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF21D0 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 33 | 208 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.18 |
| HSL | 288.69º | 0.73% | 0.47% | - |
| HSV(B) | 288.69º | 0.84% | 0.82% | - |
| XYZ | 29.61 | 14.76 | 60.96 | - |
| YUV | 95.41 | 191.54 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 208 | 0.16 | 0.84 | 0 | 0.18 | 288.69 | 0.73 | 0.47 |
| Hex | AF | 21 | D0 | 10 | 54 | 0 | 12 | 121 | 49 | 2F |
| Octal | 257 | 41 | 320 | 20 | 124 | 0 | 22 | 441 | 111 | 57 |
| Binary | 10101111 | 100001 | 11010000 | 10000 | 1010100 | 0 | 10010 | 100100001 | 1001001 | 101111 |
Color Harmonies of #AF21D0
Complementary color
Monochromatic Colors of #AF21D0
Black with #AF21D0
Text Example
Text Example
White with #AF21D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF21D0; }
p { color: rgb(175,33,208); }
H1.HeaderClassName
{
color: #AF21D0;
}
.AnyTagClassName
{
color: #AF21D0;
}
</style>
background-color css
<style>
a { background-color: #AF21D0; }
a { background-color: rgb(175,33,208); }
div.DivClassName
{
background-color: #AF21D0;
}
.BgClassName
{
background-color: #AF21D0;
}
</style>
border-color css
<style>
span { border-color: #AF21D0; }
span { border-color: rgb(175,33,208); }
td.TdClassName
{
border-color: #AF21D0;
}
.TagClassName
{
border-color: #AF21D0;
}
</style>