Shades of Dark Orchid #A62BAD
Tints of Dark Orchid #A62BAD
RGB
CMYK
RGB Variations
Color information
#A62BAD (or 0xA62BAD) is known color: Dark Orchid. HEX triplet: A6, 2B and AD. RGB value is (166,43,173). Sum of RGB (Red+Green+Blue) = 166+43+173=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #A62BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62BAD is #59D452. Grayscale: #5E5E5E. Windows color (decimal): -5887059 or 11348902. OLE color: 11348902.
HSL color Cylindrical-coordinate representation of color #A62BAD: hue angle of 296.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62BAD is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 43 | 173 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.32 |
| HSL | 296.77º | 0.6% | 0.42% | - |
| HSV(B) | 296.77º | 0.75% | 0.68% | - |
| XYZ | 24.13 | 12.85 | 40.74 | - |
| YUV | 94.6 | 172.25 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 173 | 0.04 | 0.75 | 0 | 0.32 | 296.77 | 0.6 | 0.42 |
| Hex | A6 | 2B | AD | 4 | 4B | 0 | 20 | 129 | 3C | 2A |
| Octal | 246 | 53 | 255 | 4 | 113 | 0 | 40 | 451 | 74 | 52 |
| Binary | 10100110 | 101011 | 10101101 | 100 | 1001011 | 0 | 100000 | 100101001 | 111100 | 101010 |
Color Harmonies of #A62BAD
Complementary color
Monochromatic Colors of #A62BAD
Black with #A62BAD
Text Example
Text Example
White with #A62BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62BAD; }
p { color: rgb(166,43,173); }
H1.HeaderClassName
{
color: #A62BAD;
}
.AnyTagClassName
{
color: #A62BAD;
}
</style>
background-color css
<style>
a { background-color: #A62BAD; }
a { background-color: rgb(166,43,173); }
div.DivClassName
{
background-color: #A62BAD;
}
.BgClassName
{
background-color: #A62BAD;
}
</style>
border-color css
<style>
span { border-color: #A62BAD; }
span { border-color: rgb(166,43,173); }
td.TdClassName
{
border-color: #A62BAD;
}
.TagClassName
{
border-color: #A62BAD;
}
</style>