Shades of Dark Orchid #A620AF
Tints of Dark Orchid #A620AF
RGB
CMYK
RGB Variations
Color information
#A620AF (or 0xA620AF) is known color: Dark Orchid. HEX triplet: A6, 20 and AF. RGB value is (166,32,175). Sum of RGB (Red+Green+Blue) = 166+32+175=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #A620AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A620AF is #59DF50. Grayscale: #575757. Windows color (decimal): -5889873 or 11477158. OLE color: 11477158.
HSL color Cylindrical-coordinate representation of color #A620AF: hue angle of 296.22º 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 #A620AF is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 32 | 175 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.31 |
| HSL | 296.22º | 0.69% | 0.41% | - |
| HSV(B) | 296.22º | 0.82% | 0.69% | - |
| XYZ | 23.98 | 12.24 | 41.66 | - |
| YUV | 88.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 175 | 0.05 | 0.82 | 0 | 0.31 | 296.22 | 0.69 | 0.41 |
| Hex | A6 | 20 | AF | 5 | 52 | 0 | 1F | 128 | 45 | 29 |
| Octal | 246 | 40 | 257 | 5 | 122 | 0 | 37 | 450 | 105 | 51 |
| Binary | 10100110 | 100000 | 10101111 | 101 | 1010010 | 0 | 11111 | 100101000 | 1000101 | 101001 |
Color Harmonies of #A620AF
Complementary color
Monochromatic Colors of #A620AF
Black with #A620AF
Text Example
Text Example
White with #A620AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A620AF; }
p { color: rgb(166,32,175); }
H1.HeaderClassName
{
color: #A620AF;
}
.AnyTagClassName
{
color: #A620AF;
}
</style>
background-color css
<style>
a { background-color: #A620AF; }
a { background-color: rgb(166,32,175); }
div.DivClassName
{
background-color: #A620AF;
}
.BgClassName
{
background-color: #A620AF;
}
</style>
border-color css
<style>
span { border-color: #A620AF; }
span { border-color: rgb(166,32,175); }
td.TdClassName
{
border-color: #A620AF;
}
.TagClassName
{
border-color: #A620AF;
}
</style>