Shades of Dark Orchid #AF20D0
Tints of Dark Orchid #AF20D0
RGB
CMYK
RGB Variations
Color information
#AF20D0 (or 0xAF20D0) is known color: Dark Orchid. HEX triplet: AF, 20 and D0. RGB value is (175,32,208). Sum of RGB (Red+Green+Blue) = 175+32+208=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF20D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20D0 is #50DF2F. Grayscale: #5E5E5E. Windows color (decimal): -5300016 or 13639855. OLE color: 13639855.
HSL color Cylindrical-coordinate representation of color #AF20D0: hue angle of 288.75º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF20D0 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 32 | 208 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.18 |
| HSL | 288.75º | 0.73% | 0.47% | - |
| HSV(B) | 288.75º | 0.85% | 0.82% | - |
| XYZ | 29.58 | 14.7 | 60.95 | - |
| YUV | 94.82 | 191.88 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 208 | 0.16 | 0.85 | 0 | 0.18 | 288.75 | 0.73 | 0.47 |
| Hex | AF | 20 | D0 | 10 | 55 | 0 | 12 | 121 | 49 | 2F |
| Octal | 257 | 40 | 320 | 20 | 125 | 0 | 22 | 441 | 111 | 57 |
| Binary | 10101111 | 100000 | 11010000 | 10000 | 1010101 | 0 | 10010 | 100100001 | 1001001 | 101111 |
Color Harmonies of #AF20D0
Complementary color
Monochromatic Colors of #AF20D0
Black with #AF20D0
Text Example
Text Example
White with #AF20D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20D0; }
p { color: rgb(175,32,208); }
H1.HeaderClassName
{
color: #AF20D0;
}
.AnyTagClassName
{
color: #AF20D0;
}
</style>
background-color css
<style>
a { background-color: #AF20D0; }
a { background-color: rgb(175,32,208); }
div.DivClassName
{
background-color: #AF20D0;
}
.BgClassName
{
background-color: #AF20D0;
}
</style>
border-color css
<style>
span { border-color: #AF20D0; }
span { border-color: rgb(175,32,208); }
td.TdClassName
{
border-color: #AF20D0;
}
.TagClassName
{
border-color: #AF20D0;
}
</style>