Shades of Dark Orchid #AF20D1
Tints of Dark Orchid #AF20D1
RGB
CMYK
RGB Variations
Color information
#AF20D1 (or 0xAF20D1) is known color: Dark Orchid. HEX triplet: AF, 20 and D1. RGB value is (175,32,209). Sum of RGB (Red+Green+Blue) = 175+32+209=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 209 (82.03% from 255 or 50.24% from 416); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF20D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20D1 is #50DF2E. Grayscale: #5E5E5E. Windows color (decimal): -5300015 or 13705391. OLE color: 13705391.
HSL color Cylindrical-coordinate representation of color #AF20D1: hue angle of 288.47º 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 #AF20D1 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 32 | 209 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.18 |
| HSL | 288.47º | 0.73% | 0.47% | - |
| HSV(B) | 288.47º | 0.85% | 0.82% | - |
| XYZ | 29.7 | 14.75 | 61.6 | - |
| YUV | 94.94 | 192.38 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 209 | 0.16 | 0.85 | 0 | 0.18 | 288.47 | 0.73 | 0.47 |
| Hex | AF | 20 | D1 | 10 | 55 | 0 | 12 | 120 | 49 | 2F |
| Octal | 257 | 40 | 321 | 20 | 125 | 0 | 22 | 440 | 111 | 57 |
| Binary | 10101111 | 100000 | 11010001 | 10000 | 1010101 | 0 | 10010 | 100100000 | 1001001 | 101111 |
Color Harmonies of #AF20D1
Complementary color
Monochromatic Colors of #AF20D1
Black with #AF20D1
Text Example
Text Example
White with #AF20D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20D1; }
p { color: rgb(175,32,209); }
H1.HeaderClassName
{
color: #AF20D1;
}
.AnyTagClassName
{
color: #AF20D1;
}
</style>
background-color css
<style>
a { background-color: #AF20D1; }
a { background-color: rgb(175,32,209); }
div.DivClassName
{
background-color: #AF20D1;
}
.BgClassName
{
background-color: #AF20D1;
}
</style>
border-color css
<style>
span { border-color: #AF20D1; }
span { border-color: rgb(175,32,209); }
td.TdClassName
{
border-color: #AF20D1;
}
.TagClassName
{
border-color: #AF20D1;
}
</style>