Shades of Dark Orchid #AF20B2
Tints of Dark Orchid #AF20B2
RGB
CMYK
RGB Variations
Color information
#AF20B2 (or 0xAF20B2) is known color: Dark Orchid. HEX triplet: AF, 20 and B2. RGB value is (175,32,178). Sum of RGB (Red+Green+Blue) = 175+32+178=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF20B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF20B2 is #50DF4D. Grayscale: #5A5A5A. Windows color (decimal): -5300046 or 11673775. OLE color: 11673775.
HSL color Cylindrical-coordinate representation of color #AF20B2: hue angle of 298.77º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF20B2 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 32 | 178 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.30 |
| HSL | 298.77º | 0.7% | 0.41% | - |
| HSV(B) | 298.77º | 0.82% | 0.7% | - |
| XYZ | 26.23 | 13.36 | 43.32 | - |
| YUV | 91.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 178 | 0.02 | 0.82 | 0 | 0.30 | 298.77 | 0.7 | 0.41 |
| Hex | AF | 20 | B2 | 2 | 52 | 0 | 1E | 12B | 46 | 29 |
| Octal | 257 | 40 | 262 | 2 | 122 | 0 | 36 | 453 | 106 | 51 |
| Binary | 10101111 | 100000 | 10110010 | 10 | 1010010 | 0 | 11110 | 100101011 | 1000110 | 101001 |
Color Harmonies of #AF20B2
Complementary color
Monochromatic Colors of #AF20B2
Black with #AF20B2
Text Example
Text Example
White with #AF20B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20B2; }
p { color: rgb(175,32,178); }
H1.HeaderClassName
{
color: #AF20B2;
}
.AnyTagClassName
{
color: #AF20B2;
}
</style>
background-color css
<style>
a { background-color: #AF20B2; }
a { background-color: rgb(175,32,178); }
div.DivClassName
{
background-color: #AF20B2;
}
.BgClassName
{
background-color: #AF20B2;
}
</style>
border-color css
<style>
span { border-color: #AF20B2; }
span { border-color: rgb(175,32,178); }
td.TdClassName
{
border-color: #AF20B2;
}
.TagClassName
{
border-color: #AF20B2;
}
</style>