Shades of Dark Orchid #AF20DD
Tints of Dark Orchid #AF20DD
RGB
CMYK
RGB Variations
Color information
#AF20DD (or 0xAF20DD) is known color: Dark Orchid. HEX triplet: AF, 20 and DD. RGB value is (175,32,221). Sum of RGB (Red+Green+Blue) = 175+32+221=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF20DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20DD is #50DF22. Grayscale: #5F5F5F. Windows color (decimal): -5300003 or 14491823. OLE color: 14491823.
HSL color Cylindrical-coordinate representation of color #AF20DD: hue angle of 285.4º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF20DD is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 32 | 221 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.13 |
| HSL | 285.4º | 0.75% | 0.5% | - |
| HSV(B) | 285.4º | 0.86% | 0.87% | - |
| XYZ | 31.25 | 15.37 | 69.73 | - |
| YUV | 96.3 | 198.38 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 221 | 0.21 | 0.86 | 0 | 0.13 | 285.4 | 0.75 | 0.5 |
| Hex | AF | 20 | DD | 15 | 56 | 0 | D | 11D | 4B | 32 |
| Octal | 257 | 40 | 335 | 25 | 126 | 0 | 15 | 435 | 113 | 62 |
| Binary | 10101111 | 100000 | 11011101 | 10101 | 1010110 | 0 | 1101 | 100011101 | 1001011 | 110010 |
Color Harmonies of #AF20DD
Complementary color
Monochromatic Colors of #AF20DD
Black with #AF20DD
Text Example
Text Example
White with #AF20DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20DD; }
p { color: rgb(175,32,221); }
H1.HeaderClassName
{
color: #AF20DD;
}
.AnyTagClassName
{
color: #AF20DD;
}
</style>
background-color css
<style>
a { background-color: #AF20DD; }
a { background-color: rgb(175,32,221); }
div.DivClassName
{
background-color: #AF20DD;
}
.BgClassName
{
background-color: #AF20DD;
}
</style>
border-color css
<style>
span { border-color: #AF20DD; }
span { border-color: rgb(175,32,221); }
td.TdClassName
{
border-color: #AF20DD;
}
.TagClassName
{
border-color: #AF20DD;
}
</style>