Shades of Dark Orchid #AF21D1
Tints of Dark Orchid #AF21D1
RGB
CMYK
RGB Variations
Color information
#AF21D1 (or 0xAF21D1) is known color: Dark Orchid. HEX triplet: AF, 21 and D1. RGB value is (175,33,209). Sum of RGB (Red+Green+Blue) = 175+33+209=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF21D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21D1 is #50DE2E. Grayscale: #5E5E5E. Windows color (decimal): -5299759 or 13705647. OLE color: 13705647.
HSL color Cylindrical-coordinate representation of color #AF21D1: hue angle of 288.41º 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 #AF21D1 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 33 | 209 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.18 |
| HSL | 288.41º | 0.73% | 0.47% | - |
| HSV(B) | 288.41º | 0.84% | 0.82% | - |
| XYZ | 29.73 | 14.81 | 61.61 | - |
| YUV | 95.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 209 | 0.16 | 0.84 | 0 | 0.18 | 288.41 | 0.73 | 0.47 |
| Hex | AF | 21 | D1 | 10 | 54 | 0 | 12 | 120 | 49 | 2F |
| Octal | 257 | 41 | 321 | 20 | 124 | 0 | 22 | 440 | 111 | 57 |
| Binary | 10101111 | 100001 | 11010001 | 10000 | 1010100 | 0 | 10010 | 100100000 | 1001001 | 101111 |
Color Harmonies of #AF21D1
Complementary color
Monochromatic Colors of #AF21D1
Black with #AF21D1
Text Example
Text Example
White with #AF21D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF21D1; }
p { color: rgb(175,33,209); }
H1.HeaderClassName
{
color: #AF21D1;
}
.AnyTagClassName
{
color: #AF21D1;
}
</style>
background-color css
<style>
a { background-color: #AF21D1; }
a { background-color: rgb(175,33,209); }
div.DivClassName
{
background-color: #AF21D1;
}
.BgClassName
{
background-color: #AF21D1;
}
</style>
border-color css
<style>
span { border-color: #AF21D1; }
span { border-color: rgb(175,33,209); }
td.TdClassName
{
border-color: #AF21D1;
}
.TagClassName
{
border-color: #AF21D1;
}
</style>