Shades of Dark Orchid #A62BAB
Tints of Dark Orchid #A62BAB
RGB
CMYK
RGB Variations
Color information
#A62BAB (or 0xA62BAB) is known color: Dark Orchid. HEX triplet: A6, 2B and AB. RGB value is (166,43,171). Sum of RGB (Red+Green+Blue) = 166+43+171=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #A62BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62BAB is #59D454. Grayscale: #5D5D5D. Windows color (decimal): -5887061 or 11217830. OLE color: 11217830.
HSL color Cylindrical-coordinate representation of color #A62BAB: hue angle of 297.66º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62BAB is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 43 | 171 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.33 |
| HSL | 297.66º | 0.6% | 0.42% | - |
| HSV(B) | 297.66º | 0.75% | 0.67% | - |
| XYZ | 23.94 | 12.78 | 39.73 | - |
| YUV | 94.37 | 171.25 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 171 | 0.03 | 0.75 | 0 | 0.33 | 297.66 | 0.6 | 0.42 |
| Hex | A6 | 2B | AB | 3 | 4B | 0 | 21 | 12A | 3C | 2A |
| Octal | 246 | 53 | 253 | 3 | 113 | 0 | 41 | 452 | 74 | 52 |
| Binary | 10100110 | 101011 | 10101011 | 11 | 1001011 | 0 | 100001 | 100101010 | 111100 | 101010 |
Color Harmonies of #A62BAB
Complementary color
Monochromatic Colors of #A62BAB
Black with #A62BAB
Text Example
Text Example
White with #A62BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62BAB; }
p { color: rgb(166,43,171); }
H1.HeaderClassName
{
color: #A62BAB;
}
.AnyTagClassName
{
color: #A62BAB;
}
</style>
background-color css
<style>
a { background-color: #A62BAB; }
a { background-color: rgb(166,43,171); }
div.DivClassName
{
background-color: #A62BAB;
}
.BgClassName
{
background-color: #A62BAB;
}
</style>
border-color css
<style>
span { border-color: #A62BAB; }
span { border-color: rgb(166,43,171); }
td.TdClassName
{
border-color: #A62BAB;
}
.TagClassName
{
border-color: #A62BAB;
}
</style>