Shades of Dark Orchid #AF21C6
Tints of Dark Orchid #AF21C6
RGB
CMYK
RGB Variations
Color information
#AF21C6 (or 0xAF21C6) is known color: Dark Orchid. HEX triplet: AF, 21 and C6. RGB value is (175,33,198). Sum of RGB (Red+Green+Blue) = 175+33+198=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF21C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21C6 is #50DE39. Grayscale: #5D5D5D. Windows color (decimal): -5299770 or 12984751. OLE color: 12984751.
HSL color Cylindrical-coordinate representation of color #AF21C6: hue angle of 291.64º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF21C6 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 33 | 198 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.22 |
| HSL | 291.64º | 0.71% | 0.45% | - |
| HSV(B) | 291.64º | 0.83% | 0.78% | - |
| XYZ | 28.42 | 14.28 | 54.68 | - |
| YUV | 94.27 | 186.54 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 198 | 0.12 | 0.83 | 0 | 0.22 | 291.64 | 0.71 | 0.45 |
| Hex | AF | 21 | C6 | C | 53 | 0 | 16 | 124 | 47 | 2D |
| Octal | 257 | 41 | 306 | 14 | 123 | 0 | 26 | 444 | 107 | 55 |
| Binary | 10101111 | 100001 | 11000110 | 1100 | 1010011 | 0 | 10110 | 100100100 | 1000111 | 101101 |
Color Harmonies of #AF21C6
Complementary color
Monochromatic Colors of #AF21C6
Black with #AF21C6
Text Example
Text Example
White with #AF21C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF21C6; }
p { color: rgb(175,33,198); }
H1.HeaderClassName
{
color: #AF21C6;
}
.AnyTagClassName
{
color: #AF21C6;
}
</style>
background-color css
<style>
a { background-color: #AF21C6; }
a { background-color: rgb(175,33,198); }
div.DivClassName
{
background-color: #AF21C6;
}
.BgClassName
{
background-color: #AF21C6;
}
</style>
border-color css
<style>
span { border-color: #AF21C6; }
span { border-color: rgb(175,33,198); }
td.TdClassName
{
border-color: #AF21C6;
}
.TagClassName
{
border-color: #AF21C6;
}
</style>