Shades of Dark Orchid #AF20C9
Tints of Dark Orchid #AF20C9
RGB
CMYK
RGB Variations
Color information
#AF20C9 (or 0xAF20C9) is known color: Dark Orchid. HEX triplet: AF, 20 and C9. RGB value is (175,32,201). Sum of RGB (Red+Green+Blue) = 175+32+201=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF20C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20C9 is #50DF36. Grayscale: #5D5D5D. Windows color (decimal): -5300023 or 13181103. OLE color: 13181103.
HSL color Cylindrical-coordinate representation of color #AF20C9: hue angle of 290.77º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF20C9 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 32 | 201 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.21 |
| HSL | 290.77º | 0.73% | 0.46% | - |
| HSV(B) | 290.77º | 0.84% | 0.79% | - |
| XYZ | 28.74 | 14.36 | 56.52 | - |
| YUV | 94.02 | 188.38 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 201 | 0.13 | 0.84 | 0 | 0.21 | 290.77 | 0.73 | 0.46 |
| Hex | AF | 20 | C9 | D | 54 | 0 | 15 | 123 | 49 | 2E |
| Octal | 257 | 40 | 311 | 15 | 124 | 0 | 25 | 443 | 111 | 56 |
| Binary | 10101111 | 100000 | 11001001 | 1101 | 1010100 | 0 | 10101 | 100100011 | 1001001 | 101110 |
Color Harmonies of #AF20C9
Complementary color
Monochromatic Colors of #AF20C9
Black with #AF20C9
Text Example
Text Example
White with #AF20C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20C9; }
p { color: rgb(175,32,201); }
H1.HeaderClassName
{
color: #AF20C9;
}
.AnyTagClassName
{
color: #AF20C9;
}
</style>
background-color css
<style>
a { background-color: #AF20C9; }
a { background-color: rgb(175,32,201); }
div.DivClassName
{
background-color: #AF20C9;
}
.BgClassName
{
background-color: #AF20C9;
}
</style>
border-color css
<style>
span { border-color: #AF20C9; }
span { border-color: rgb(175,32,201); }
td.TdClassName
{
border-color: #AF20C9;
}
.TagClassName
{
border-color: #AF20C9;
}
</style>