Shades of Dark Orchid #A820AB
Tints of Dark Orchid #A820AB
RGB
CMYK
RGB Variations
Color information
#A820AB (or 0xA820AB) is known color: Dark Orchid. HEX triplet: A8, 20 and AB. RGB value is (168,32,171). Sum of RGB (Red+Green+Blue) = 168+32+171=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #A820AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A820AB is #57DF54. Grayscale: #585858. Windows color (decimal): -5758805 or 11215016. OLE color: 11215016.
HSL color Cylindrical-coordinate representation of color #A820AB: hue angle of 298.71º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A820AB is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 32 | 171 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.33 |
| HSL | 298.71º | 0.68% | 0.4% | - |
| HSV(B) | 298.71º | 0.81% | 0.67% | - |
| XYZ | 24.02 | 12.3 | 39.64 | - |
| YUV | 88.51 | 174.56 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 171 | 0.02 | 0.81 | 0 | 0.33 | 298.71 | 0.68 | 0.4 |
| Hex | A8 | 20 | AB | 2 | 51 | 0 | 21 | 12B | 44 | 28 |
| Octal | 250 | 40 | 253 | 2 | 121 | 0 | 41 | 453 | 104 | 50 |
| Binary | 10101000 | 100000 | 10101011 | 10 | 1010001 | 0 | 100001 | 100101011 | 1000100 | 101000 |
Color Harmonies of #A820AB
Complementary color
Monochromatic Colors of #A820AB
Black with #A820AB
Text Example
Text Example
White with #A820AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820AB; }
p { color: rgb(168,32,171); }
H1.HeaderClassName
{
color: #A820AB;
}
.AnyTagClassName
{
color: #A820AB;
}
</style>
background-color css
<style>
a { background-color: #A820AB; }
a { background-color: rgb(168,32,171); }
div.DivClassName
{
background-color: #A820AB;
}
.BgClassName
{
background-color: #A820AB;
}
</style>
border-color css
<style>
span { border-color: #A820AB; }
span { border-color: rgb(168,32,171); }
td.TdClassName
{
border-color: #A820AB;
}
.TagClassName
{
border-color: #A820AB;
}
</style>