Shades of Dark Orchid #AF21DD
Tints of Dark Orchid #AF21DD
RGB
CMYK
RGB Variations
Color information
#AF21DD (or 0xAF21DD) is known color: Dark Orchid. HEX triplet: AF, 21 and DD. RGB value is (175,33,221). Sum of RGB (Red+Green+Blue) = 175+33+221=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF21DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21DD is #50DE22. Grayscale: #606060. Windows color (decimal): -5299747 or 14492079. OLE color: 14492079.
HSL color Cylindrical-coordinate representation of color #AF21DD: hue angle of 285.32º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF21DD is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 33 | 221 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.13 |
| HSL | 285.32º | 0.74% | 0.5% | - |
| HSV(B) | 285.32º | 0.85% | 0.87% | - |
| XYZ | 31.27 | 15.42 | 69.74 | - |
| YUV | 96.89 | 198.04 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 221 | 0.21 | 0.85 | 0 | 0.13 | 285.32 | 0.74 | 0.5 |
| Hex | AF | 21 | DD | 15 | 55 | 0 | D | 11D | 4A | 32 |
| Octal | 257 | 41 | 335 | 25 | 125 | 0 | 15 | 435 | 112 | 62 |
| Binary | 10101111 | 100001 | 11011101 | 10101 | 1010101 | 0 | 1101 | 100011101 | 1001010 | 110010 |
Color Harmonies of #AF21DD
Complementary color
Monochromatic Colors of #AF21DD
Black with #AF21DD
Text Example
Text Example
White with #AF21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF21DD; }
p { color: rgb(175,33,221); }
H1.HeaderClassName
{
color: #AF21DD;
}
.AnyTagClassName
{
color: #AF21DD;
}
</style>
background-color css
<style>
a { background-color: #AF21DD; }
a { background-color: rgb(175,33,221); }
div.DivClassName
{
background-color: #AF21DD;
}
.BgClassName
{
background-color: #AF21DD;
}
</style>
border-color css
<style>
span { border-color: #AF21DD; }
span { border-color: rgb(175,33,221); }
td.TdClassName
{
border-color: #AF21DD;
}
.TagClassName
{
border-color: #AF21DD;
}
</style>