Shades of Dark Orchid #A62DAB
Tints of Dark Orchid #A62DAB
RGB
CMYK
RGB Variations
Color information
#A62DAB (or 0xA62DAB) is known color: Dark Orchid. HEX triplet: A6, 2D and AB. RGB value is (166,45,171). Sum of RGB (Red+Green+Blue) = 166+45+171=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #A62DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62DAB is #59D254. Grayscale: #5F5F5F. Windows color (decimal): -5886549 or 11218342. OLE color: 11218342.
HSL color Cylindrical-coordinate representation of color #A62DAB: hue angle of 297.62º 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 #A62DAB is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 45 | 171 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.33 |
| HSL | 297.62º | 0.58% | 0.42% | - |
| HSV(B) | 297.62º | 0.74% | 0.67% | - |
| XYZ | 24.01 | 12.92 | 39.76 | - |
| YUV | 95.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 171 | 0.03 | 0.74 | 0 | 0.33 | 297.62 | 0.58 | 0.42 |
| Hex | A6 | 2D | AB | 3 | 4A | 0 | 21 | 12A | 3A | 2A |
| Octal | 246 | 55 | 253 | 3 | 112 | 0 | 41 | 452 | 72 | 52 |
| Binary | 10100110 | 101101 | 10101011 | 11 | 1001010 | 0 | 100001 | 100101010 | 111010 | 101010 |
Color Harmonies of #A62DAB
Complementary color
Monochromatic Colors of #A62DAB
Black with #A62DAB
Text Example
Text Example
White with #A62DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DAB; }
p { color: rgb(166,45,171); }
H1.HeaderClassName
{
color: #A62DAB;
}
.AnyTagClassName
{
color: #A62DAB;
}
</style>
background-color css
<style>
a { background-color: #A62DAB; }
a { background-color: rgb(166,45,171); }
div.DivClassName
{
background-color: #A62DAB;
}
.BgClassName
{
background-color: #A62DAB;
}
</style>
border-color css
<style>
span { border-color: #A62DAB; }
span { border-color: rgb(166,45,171); }
td.TdClassName
{
border-color: #A62DAB;
}
.TagClassName
{
border-color: #A62DAB;
}
</style>