Shades of Dark Orchid #AF20AD
Tints of Dark Orchid #AF20AD
RGB
CMYK
RGB Variations
Color information
#AF20AD (or 0xAF20AD) is known color: Dark Orchid. HEX triplet: AF, 20 and AD. RGB value is (175,32,173). Sum of RGB (Red+Green+Blue) = 175+32+173=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF20AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF20AD is #50DF52. Grayscale: #5A5A5A. Windows color (decimal): -5300051 or 11346095. OLE color: 11346095.
HSL color Cylindrical-coordinate representation of color #AF20AD: hue angle of 300.84º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF20AD is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 173 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.31 |
| HSL | 300.84º | 0.69% | 0.41% | - |
| HSV(B) | 300.84º | 0.82% | 0.69% | - |
| XYZ | 25.74 | 13.16 | 40.72 | - |
| YUV | 90.83 | 174.38 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 173 | 0 | 0.82 | 0.01 | 0.31 | 300.84 | 0.69 | 0.41 |
| Hex | AF | 20 | AD | 0 | 52 | 1 | 1F | 12D | 45 | 29 |
| Octal | 257 | 40 | 255 | 0 | 122 | 1 | 37 | 455 | 105 | 51 |
| Binary | 10101111 | 100000 | 10101101 | 0 | 1010010 | 1 | 11111 | 100101101 | 1000101 | 101001 |
Color Harmonies of #AF20AD
Complementary color
Monochromatic Colors of #AF20AD
Black with #AF20AD
Text Example
Text Example
White with #AF20AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20AD; }
p { color: rgb(175,32,173); }
H1.HeaderClassName
{
color: #AF20AD;
}
.AnyTagClassName
{
color: #AF20AD;
}
</style>
background-color css
<style>
a { background-color: #AF20AD; }
a { background-color: rgb(175,32,173); }
div.DivClassName
{
background-color: #AF20AD;
}
.BgClassName
{
background-color: #AF20AD;
}
</style>
border-color css
<style>
span { border-color: #AF20AD; }
span { border-color: rgb(175,32,173); }
td.TdClassName
{
border-color: #AF20AD;
}
.TagClassName
{
border-color: #AF20AD;
}
</style>