Shades of Dark Orchid #AF20C2
Tints of Dark Orchid #AF20C2
RGB
CMYK
RGB Variations
Color information
#AF20C2 (or 0xAF20C2) is known color: Dark Orchid. HEX triplet: AF, 20 and C2. RGB value is (175,32,194). Sum of RGB (Red+Green+Blue) = 175+32+194=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF20C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20C2 is #50DF3D. Grayscale: #5C5C5C. Windows color (decimal): -5300030 or 12722351. OLE color: 12722351.
HSL color Cylindrical-coordinate representation of color #AF20C2: hue angle of 292.96º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF20C2 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 32 | 194 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.24 |
| HSL | 292.96º | 0.72% | 0.44% | - |
| HSV(B) | 292.96º | 0.84% | 0.76% | - |
| XYZ | 27.93 | 14.04 | 52.28 | - |
| YUV | 93.23 | 184.88 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 194 | 0.10 | 0.84 | 0 | 0.24 | 292.96 | 0.72 | 0.44 |
| Hex | AF | 20 | C2 | A | 54 | 0 | 18 | 125 | 48 | 2C |
| Octal | 257 | 40 | 302 | 12 | 124 | 0 | 30 | 445 | 110 | 54 |
| Binary | 10101111 | 100000 | 11000010 | 1010 | 1010100 | 0 | 11000 | 100100101 | 1001000 | 101100 |
Color Harmonies of #AF20C2
Complementary color
Monochromatic Colors of #AF20C2
Black with #AF20C2
Text Example
Text Example
White with #AF20C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20C2; }
p { color: rgb(175,32,194); }
H1.HeaderClassName
{
color: #AF20C2;
}
.AnyTagClassName
{
color: #AF20C2;
}
</style>
background-color css
<style>
a { background-color: #AF20C2; }
a { background-color: rgb(175,32,194); }
div.DivClassName
{
background-color: #AF20C2;
}
.BgClassName
{
background-color: #AF20C2;
}
</style>
border-color css
<style>
span { border-color: #AF20C2; }
span { border-color: rgb(175,32,194); }
td.TdClassName
{
border-color: #AF20C2;
}
.TagClassName
{
border-color: #AF20C2;
}
</style>