Shades of Dark Orchid #A62AB0
Tints of Dark Orchid #A62AB0
RGB
CMYK
RGB Variations
Color information
#A62AB0 (or 0xA62AB0) is known color: Dark Orchid. HEX triplet: A6, 2A and B0. RGB value is (166,42,176). Sum of RGB (Red+Green+Blue) = 166+42+176=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: blue. Hex color #A62AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62AB0 is #59D54F. Grayscale: #5D5D5D. Windows color (decimal): -5887312 or 11545254. OLE color: 11545254.
HSL color Cylindrical-coordinate representation of color #A62AB0: hue angle of 295.52º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62AB0 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 42 | 176 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.31 |
| HSL | 295.52º | 0.61% | 0.43% | - |
| HSV(B) | 295.52º | 0.76% | 0.69% | - |
| XYZ | 24.39 | 12.9 | 42.28 | - |
| YUV | 94.35 | 174.08 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 176 | 0.06 | 0.76 | 0 | 0.31 | 295.52 | 0.61 | 0.43 |
| Hex | A6 | 2A | B0 | 6 | 4C | 0 | 1F | 128 | 3D | 2B |
| Octal | 246 | 52 | 260 | 6 | 114 | 0 | 37 | 450 | 75 | 53 |
| Binary | 10100110 | 101010 | 10110000 | 110 | 1001100 | 0 | 11111 | 100101000 | 111101 | 101011 |
Color Harmonies of #A62AB0
Complementary color
Monochromatic Colors of #A62AB0
Black with #A62AB0
Text Example
Text Example
White with #A62AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62AB0; }
p { color: rgb(166,42,176); }
H1.HeaderClassName
{
color: #A62AB0;
}
.AnyTagClassName
{
color: #A62AB0;
}
</style>
background-color css
<style>
a { background-color: #A62AB0; }
a { background-color: rgb(166,42,176); }
div.DivClassName
{
background-color: #A62AB0;
}
.BgClassName
{
background-color: #A62AB0;
}
</style>
border-color css
<style>
span { border-color: #A62AB0; }
span { border-color: rgb(166,42,176); }
td.TdClassName
{
border-color: #A62AB0;
}
.TagClassName
{
border-color: #A62AB0;
}
</style>