Shades of Dark Orchid #A82DAB
Tints of Dark Orchid #A82DAB
RGB
CMYK
RGB Variations
Color information
#A82DAB (or 0xA82DAB) is known color: Dark Orchid. HEX triplet: A8, 2D and AB. RGB value is (168,45,171). Sum of RGB (Red+Green+Blue) = 168+45+171=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #A82DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82DAB is #57D254. Grayscale: #5F5F5F. Windows color (decimal): -5755477 or 11218344. OLE color: 11218344.
HSL color Cylindrical-coordinate representation of color #A82DAB: hue angle of 298.57º 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 #A82DAB is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 45 | 171 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.33 |
| HSL | 298.57º | 0.58% | 0.42% | - |
| HSV(B) | 298.57º | 0.74% | 0.67% | - |
| XYZ | 24.44 | 13.14 | 39.78 | - |
| YUV | 96.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 171 | 0.02 | 0.74 | 0 | 0.33 | 298.57 | 0.58 | 0.42 |
| Hex | A8 | 2D | AB | 2 | 4A | 0 | 21 | 12B | 3A | 2A |
| Octal | 250 | 55 | 253 | 2 | 112 | 0 | 41 | 453 | 72 | 52 |
| Binary | 10101000 | 101101 | 10101011 | 10 | 1001010 | 0 | 100001 | 100101011 | 111010 | 101010 |
Color Harmonies of #A82DAB
Complementary color
Monochromatic Colors of #A82DAB
Black with #A82DAB
Text Example
Text Example
White with #A82DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DAB; }
p { color: rgb(168,45,171); }
H1.HeaderClassName
{
color: #A82DAB;
}
.AnyTagClassName
{
color: #A82DAB;
}
</style>
background-color css
<style>
a { background-color: #A82DAB; }
a { background-color: rgb(168,45,171); }
div.DivClassName
{
background-color: #A82DAB;
}
.BgClassName
{
background-color: #A82DAB;
}
</style>
border-color css
<style>
span { border-color: #A82DAB; }
span { border-color: rgb(168,45,171); }
td.TdClassName
{
border-color: #A82DAB;
}
.TagClassName
{
border-color: #A82DAB;
}
</style>