Shades of Dark Orchid #A820AF
Tints of Dark Orchid #A820AF
RGB
CMYK
RGB Variations
Color information
#A820AF (or 0xA820AF) is known color: Dark Orchid. HEX triplet: A8, 20 and AF. RGB value is (168,32,175). Sum of RGB (Red+Green+Blue) = 168+32+175=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #A820AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A820AF is #57DF50. Grayscale: #585858. Windows color (decimal): -5758801 or 11477160. OLE color: 11477160.
HSL color Cylindrical-coordinate representation of color #A820AF: hue angle of 297.06º 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 #A820AF is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 32 | 175 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.31 |
| HSL | 297.06º | 0.69% | 0.41% | - |
| HSV(B) | 297.06º | 0.82% | 0.69% | - |
| XYZ | 24.4 | 12.45 | 41.67 | - |
| YUV | 88.97 | 176.56 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 175 | 0.04 | 0.82 | 0 | 0.31 | 297.06 | 0.69 | 0.41 |
| Hex | A8 | 20 | AF | 4 | 52 | 0 | 1F | 129 | 45 | 29 |
| Octal | 250 | 40 | 257 | 4 | 122 | 0 | 37 | 451 | 105 | 51 |
| Binary | 10101000 | 100000 | 10101111 | 100 | 1010010 | 0 | 11111 | 100101001 | 1000101 | 101001 |
Color Harmonies of #A820AF
Complementary color
Monochromatic Colors of #A820AF
Black with #A820AF
Text Example
Text Example
White with #A820AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820AF; }
p { color: rgb(168,32,175); }
H1.HeaderClassName
{
color: #A820AF;
}
.AnyTagClassName
{
color: #A820AF;
}
</style>
background-color css
<style>
a { background-color: #A820AF; }
a { background-color: rgb(168,32,175); }
div.DivClassName
{
background-color: #A820AF;
}
.BgClassName
{
background-color: #A820AF;
}
</style>
border-color css
<style>
span { border-color: #A820AF; }
span { border-color: rgb(168,32,175); }
td.TdClassName
{
border-color: #A820AF;
}
.TagClassName
{
border-color: #A820AF;
}
</style>