Shades of Dark Orchid #AF21D2
Tints of Dark Orchid #AF21D2
RGB
CMYK
RGB Variations
Color information
#AF21D2 (or 0xAF21D2) is known color: Dark Orchid. HEX triplet: AF, 21 and D2. RGB value is (175,33,210). Sum of RGB (Red+Green+Blue) = 175+33+210=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF21D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21D2 is #50DE2D. Grayscale: #5F5F5F. Windows color (decimal): -5299758 or 13771183. OLE color: 13771183.
HSL color Cylindrical-coordinate representation of color #AF21D2: hue angle of 288.14º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF21D2 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 33 | 210 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.18 |
| HSL | 288.14º | 0.73% | 0.48% | - |
| HSV(B) | 288.14º | 0.84% | 0.82% | - |
| XYZ | 29.86 | 14.85 | 62.27 | - |
| YUV | 95.64 | 192.54 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 210 | 0.17 | 0.84 | 0 | 0.18 | 288.14 | 0.73 | 0.48 |
| Hex | AF | 21 | D2 | 11 | 54 | 0 | 12 | 120 | 49 | 30 |
| Octal | 257 | 41 | 322 | 21 | 124 | 0 | 22 | 440 | 111 | 60 |
| Binary | 10101111 | 100001 | 11010010 | 10001 | 1010100 | 0 | 10010 | 100100000 | 1001001 | 110000 |
Color Harmonies of #AF21D2
Complementary color
Monochromatic Colors of #AF21D2
Black with #AF21D2
Text Example
Text Example
White with #AF21D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF21D2; }
p { color: rgb(175,33,210); }
H1.HeaderClassName
{
color: #AF21D2;
}
.AnyTagClassName
{
color: #AF21D2;
}
</style>
background-color css
<style>
a { background-color: #AF21D2; }
a { background-color: rgb(175,33,210); }
div.DivClassName
{
background-color: #AF21D2;
}
.BgClassName
{
background-color: #AF21D2;
}
</style>
border-color css
<style>
span { border-color: #AF21D2; }
span { border-color: rgb(175,33,210); }
td.TdClassName
{
border-color: #AF21D2;
}
.TagClassName
{
border-color: #AF21D2;
}
</style>