Shades of Dark Orchid #A82DAA
Tints of Dark Orchid #A82DAA
RGB
CMYK
RGB Variations
Color information
#A82DAA (or 0xA82DAA) is known color: Dark Orchid. HEX triplet: A8, 2D and AA. RGB value is (168,45,170). Sum of RGB (Red+Green+Blue) = 168+45+170=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #A82DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82DAA is #57D255. Grayscale: #5F5F5F. Windows color (decimal): -5755478 or 11152808. OLE color: 11152808.
HSL color Cylindrical-coordinate representation of color #A82DAA: hue angle of 299.04º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A82DAA is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 45 | 170 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.33 |
| HSL | 299.04º | 0.58% | 0.42% | - |
| HSV(B) | 299.04º | 0.74% | 0.67% | - |
| XYZ | 24.34 | 13.1 | 39.28 | - |
| YUV | 96.03 | 169.75 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 170 | 0.01 | 0.74 | 0 | 0.33 | 299.04 | 0.58 | 0.42 |
| Hex | A8 | 2D | AA | 1 | 4A | 0 | 21 | 12B | 3A | 2A |
| Octal | 250 | 55 | 252 | 1 | 112 | 0 | 41 | 453 | 72 | 52 |
| Binary | 10101000 | 101101 | 10101010 | 1 | 1001010 | 0 | 100001 | 100101011 | 111010 | 101010 |
Color Harmonies of #A82DAA
Complementary color
Monochromatic Colors of #A82DAA
Black with #A82DAA
Text Example
Text Example
White with #A82DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DAA; }
p { color: rgb(168,45,170); }
H1.HeaderClassName
{
color: #A82DAA;
}
.AnyTagClassName
{
color: #A82DAA;
}
</style>
background-color css
<style>
a { background-color: #A82DAA; }
a { background-color: rgb(168,45,170); }
div.DivClassName
{
background-color: #A82DAA;
}
.BgClassName
{
background-color: #A82DAA;
}
</style>
border-color css
<style>
span { border-color: #A82DAA; }
span { border-color: rgb(168,45,170); }
td.TdClassName
{
border-color: #A82DAA;
}
.TagClassName
{
border-color: #A82DAA;
}
</style>