Shades of Dark Orchid #A020AF
Tints of Dark Orchid #A020AF
RGB
CMYK
RGB Variations
Color information
#A020AF (or 0xA020AF) is known color: Dark Orchid. HEX triplet: A0, 20 and AF. RGB value is (160,32,175). Sum of RGB (Red+Green+Blue) = 160+32+175=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #A020AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A020AF is #5FDF50. Grayscale: #565656. Windows color (decimal): -6283089 or 11477152. OLE color: 11477152.
HSL color Cylindrical-coordinate representation of color #A020AF: hue angle of 293.71º 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 #A020AF is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 32 | 175 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.31 |
| HSL | 293.71º | 0.69% | 0.41% | - |
| HSV(B) | 293.71º | 0.82% | 0.69% | - |
| XYZ | 22.75 | 11.6 | 41.6 | - |
| YUV | 86.57 | 177.91 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 175 | 0.09 | 0.82 | 0 | 0.31 | 293.71 | 0.69 | 0.41 |
| Hex | A0 | 20 | AF | 9 | 52 | 0 | 1F | 126 | 45 | 29 |
| Octal | 240 | 40 | 257 | 11 | 122 | 0 | 37 | 446 | 105 | 51 |
| Binary | 10100000 | 100000 | 10101111 | 1001 | 1010010 | 0 | 11111 | 100100110 | 1000101 | 101001 |
Color Harmonies of #A020AF
Complementary color
Monochromatic Colors of #A020AF
Black with #A020AF
Text Example
Text Example
White with #A020AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A020AF; }
p { color: rgb(160,32,175); }
H1.HeaderClassName
{
color: #A020AF;
}
.AnyTagClassName
{
color: #A020AF;
}
</style>
background-color css
<style>
a { background-color: #A020AF; }
a { background-color: rgb(160,32,175); }
div.DivClassName
{
background-color: #A020AF;
}
.BgClassName
{
background-color: #A020AF;
}
</style>
border-color css
<style>
span { border-color: #A020AF; }
span { border-color: rgb(160,32,175); }
td.TdClassName
{
border-color: #A020AF;
}
.TagClassName
{
border-color: #A020AF;
}
</style>