Shades of Dark Orchid #AF20AB
Tints of Dark Orchid #AF20AB
RGB
CMYK
RGB Variations
Color information
#AF20AB (or 0xAF20AB) is known color: Dark Orchid. HEX triplet: AF, 20 and AB. RGB value is (175,32,171). Sum of RGB (Red+Green+Blue) = 175+32+171=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF20AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF20AB is #50DF54. Grayscale: #5A5A5A. Windows color (decimal): -5300053 or 11215023. OLE color: 11215023.
HSL color Cylindrical-coordinate representation of color #AF20AB: hue angle of 301.68º 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 #AF20AB is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 171 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.31 |
| HSL | 301.68º | 0.69% | 0.41% | - |
| HSV(B) | 301.68º | 0.82% | 0.69% | - |
| XYZ | 25.55 | 13.09 | 39.71 | - |
| YUV | 90.6 | 173.38 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 171 | 0 | 0.82 | 0.02 | 0.31 | 301.68 | 0.69 | 0.41 |
| Hex | AF | 20 | AB | 0 | 52 | 2 | 1F | 12E | 45 | 29 |
| Octal | 257 | 40 | 253 | 0 | 122 | 2 | 37 | 456 | 105 | 51 |
| Binary | 10101111 | 100000 | 10101011 | 0 | 1010010 | 10 | 11111 | 100101110 | 1000101 | 101001 |
Color Harmonies of #AF20AB
Complementary color
Monochromatic Colors of #AF20AB
Black with #AF20AB
Text Example
Text Example
White with #AF20AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20AB; }
p { color: rgb(175,32,171); }
H1.HeaderClassName
{
color: #AF20AB;
}
.AnyTagClassName
{
color: #AF20AB;
}
</style>
background-color css
<style>
a { background-color: #AF20AB; }
a { background-color: rgb(175,32,171); }
div.DivClassName
{
background-color: #AF20AB;
}
.BgClassName
{
background-color: #AF20AB;
}
</style>
border-color css
<style>
span { border-color: #AF20AB; }
span { border-color: rgb(175,32,171); }
td.TdClassName
{
border-color: #AF20AB;
}
.TagClassName
{
border-color: #AF20AB;
}
</style>