Shades of Dark Orchid #AF20AC
Tints of Dark Orchid #AF20AC
RGB
CMYK
RGB Variations
Color information
#AF20AC (or 0xAF20AC) is known color: Dark Orchid. HEX triplet: AF, 20 and AC. RGB value is (175,32,172). Sum of RGB (Red+Green+Blue) = 175+32+172=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF20AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF20AC is #50DF53. Grayscale: #5A5A5A. Windows color (decimal): -5300052 or 11280559. OLE color: 11280559.
HSL color Cylindrical-coordinate representation of color #AF20AC: hue angle of 301.26º 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 #AF20AC is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 172 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.31 |
| HSL | 301.26º | 0.69% | 0.41% | - |
| HSV(B) | 301.26º | 0.82% | 0.69% | - |
| XYZ | 25.64 | 13.13 | 40.21 | - |
| YUV | 90.72 | 173.88 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 172 | 0 | 0.82 | 0.02 | 0.31 | 301.26 | 0.69 | 0.41 |
| Hex | AF | 20 | AC | 0 | 52 | 2 | 1F | 12D | 45 | 29 |
| Octal | 257 | 40 | 254 | 0 | 122 | 2 | 37 | 455 | 105 | 51 |
| Binary | 10101111 | 100000 | 10101100 | 0 | 1010010 | 10 | 11111 | 100101101 | 1000101 | 101001 |
Color Harmonies of #AF20AC
Complementary color
Monochromatic Colors of #AF20AC
Black with #AF20AC
Text Example
Text Example
White with #AF20AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20AC; }
p { color: rgb(175,32,172); }
H1.HeaderClassName
{
color: #AF20AC;
}
.AnyTagClassName
{
color: #AF20AC;
}
</style>
background-color css
<style>
a { background-color: #AF20AC; }
a { background-color: rgb(175,32,172); }
div.DivClassName
{
background-color: #AF20AC;
}
.BgClassName
{
background-color: #AF20AC;
}
</style>
border-color css
<style>
span { border-color: #AF20AC; }
span { border-color: rgb(175,32,172); }
td.TdClassName
{
border-color: #AF20AC;
}
.TagClassName
{
border-color: #AF20AC;
}
</style>