Shades of Dark Orchid #A62DB0
Tints of Dark Orchid #A62DB0
RGB
CMYK
RGB Variations
Color information
#A62DB0 (or 0xA62DB0) is known color: Dark Orchid. HEX triplet: A6, 2D and B0. RGB value is (166,45,176). Sum of RGB (Red+Green+Blue) = 166+45+176=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 176 - color contains mainly: blue. Hex color #A62DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62DB0 is #59D24F. Grayscale: #5F5F5F. Windows color (decimal): -5886544 or 11546022. OLE color: 11546022.
HSL color Cylindrical-coordinate representation of color #A62DB0: hue angle of 295.42º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A62DB0 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 45 | 176 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.31 |
| HSL | 295.42º | 0.59% | 0.43% | - |
| HSV(B) | 295.42º | 0.74% | 0.69% | - |
| XYZ | 24.5 | 13.12 | 42.32 | - |
| YUV | 96.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 176 | 0.06 | 0.74 | 0 | 0.31 | 295.42 | 0.59 | 0.43 |
| Hex | A6 | 2D | B0 | 6 | 4A | 0 | 1F | 127 | 3B | 2B |
| Octal | 246 | 55 | 260 | 6 | 112 | 0 | 37 | 447 | 73 | 53 |
| Binary | 10100110 | 101101 | 10110000 | 110 | 1001010 | 0 | 11111 | 100100111 | 111011 | 101011 |
Color Harmonies of #A62DB0
Complementary color
Monochromatic Colors of #A62DB0
Black with #A62DB0
Text Example
Text Example
White with #A62DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DB0; }
p { color: rgb(166,45,176); }
H1.HeaderClassName
{
color: #A62DB0;
}
.AnyTagClassName
{
color: #A62DB0;
}
</style>
background-color css
<style>
a { background-color: #A62DB0; }
a { background-color: rgb(166,45,176); }
div.DivClassName
{
background-color: #A62DB0;
}
.BgClassName
{
background-color: #A62DB0;
}
</style>
border-color css
<style>
span { border-color: #A62DB0; }
span { border-color: rgb(166,45,176); }
td.TdClassName
{
border-color: #A62DB0;
}
.TagClassName
{
border-color: #A62DB0;
}
</style>