Shades of Dark Orchid #AF20E1
Tints of Dark Orchid #AF20E1
RGB
CMYK
RGB Variations
Color information
#AF20E1 (or 0xAF20E1) is known color: Dark Orchid. HEX triplet: AF, 20 and E1. RGB value is (175,32,225). Sum of RGB (Red+Green+Blue) = 175+32+225=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF20E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20E1 is #50DF1E. Grayscale: #606060. Windows color (decimal): -5299999 or 14753967. OLE color: 14753967.
HSL color Cylindrical-coordinate representation of color #AF20E1: hue angle of 284.46º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF20E1 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 32 | 225 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.12 |
| HSL | 284.46º | 0.76% | 0.5% | - |
| HSV(B) | 284.46º | 0.86% | 0.88% | - |
| XYZ | 31.79 | 15.58 | 72.57 | - |
| YUV | 96.76 | 200.38 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 225 | 0.22 | 0.86 | 0 | 0.12 | 284.46 | 0.76 | 0.5 |
| Hex | AF | 20 | E1 | 16 | 56 | 0 | C | 11C | 4C | 32 |
| Octal | 257 | 40 | 341 | 26 | 126 | 0 | 14 | 434 | 114 | 62 |
| Binary | 10101111 | 100000 | 11100001 | 10110 | 1010110 | 0 | 1100 | 100011100 | 1001100 | 110010 |
Color Harmonies of #AF20E1
Complementary color
Monochromatic Colors of #AF20E1
Black with #AF20E1
Text Example
Text Example
White with #AF20E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20E1; }
p { color: rgb(175,32,225); }
H1.HeaderClassName
{
color: #AF20E1;
}
.AnyTagClassName
{
color: #AF20E1;
}
</style>
background-color css
<style>
a { background-color: #AF20E1; }
a { background-color: rgb(175,32,225); }
div.DivClassName
{
background-color: #AF20E1;
}
.BgClassName
{
background-color: #AF20E1;
}
</style>
border-color css
<style>
span { border-color: #AF20E1; }
span { border-color: rgb(175,32,225); }
td.TdClassName
{
border-color: #AF20E1;
}
.TagClassName
{
border-color: #AF20E1;
}
</style>