Shades of Dark Orchid #AF21CF
Tints of Dark Orchid #AF21CF
RGB
CMYK
RGB Variations
Color information
#AF21CF (or 0xAF21CF) is known color: Dark Orchid. HEX triplet: AF, 21 and CF. RGB value is (175,33,207). Sum of RGB (Red+Green+Blue) = 175+33+207=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF21CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21CF is #50DE30. Grayscale: #5E5E5E. Windows color (decimal): -5299761 or 13574575. OLE color: 13574575.
HSL color Cylindrical-coordinate representation of color #AF21CF: hue angle of 288.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF21CF is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 33 | 207 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.19 |
| HSL | 288.97º | 0.73% | 0.47% | - |
| HSV(B) | 288.97º | 0.84% | 0.81% | - |
| XYZ | 29.49 | 14.71 | 60.32 | - |
| YUV | 95.29 | 191.04 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 207 | 0.15 | 0.84 | 0 | 0.19 | 288.97 | 0.73 | 0.47 |
| Hex | AF | 21 | CF | F | 54 | 0 | 13 | 121 | 48 | 2F |
| Octal | 257 | 41 | 317 | 17 | 124 | 0 | 23 | 441 | 110 | 57 |
| Binary | 10101111 | 100001 | 11001111 | 1111 | 1010100 | 0 | 10011 | 100100001 | 1001000 | 101111 |
Color Harmonies of #AF21CF
Complementary color
Monochromatic Colors of #AF21CF
Black with #AF21CF
Text Example
Text Example
White with #AF21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF21CF; }
p { color: rgb(175,33,207); }
H1.HeaderClassName
{
color: #AF21CF;
}
.AnyTagClassName
{
color: #AF21CF;
}
</style>
background-color css
<style>
a { background-color: #AF21CF; }
a { background-color: rgb(175,33,207); }
div.DivClassName
{
background-color: #AF21CF;
}
.BgClassName
{
background-color: #AF21CF;
}
</style>
border-color css
<style>
span { border-color: #AF21CF; }
span { border-color: rgb(175,33,207); }
td.TdClassName
{
border-color: #AF21CF;
}
.TagClassName
{
border-color: #AF21CF;
}
</style>