Shades of Dark Orchid #A62DB4
Tints of Dark Orchid #A62DB4
RGB
CMYK
RGB Variations
Color information
#A62DB4 (or 0xA62DB4) is known color: Dark Orchid. HEX triplet: A6, 2D and B4. RGB value is (166,45,180). Sum of RGB (Red+Green+Blue) = 166+45+180=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #A62DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DB4 is #59D24B. Grayscale: #606060. Windows color (decimal): -5886540 or 11808166. OLE color: 11808166.
HSL color Cylindrical-coordinate representation of color #A62DB4: hue angle of 293.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62DB4 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 45 | 180 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.29 |
| HSL | 293.78º | 0.6% | 0.44% | - |
| HSV(B) | 293.78º | 0.75% | 0.71% | - |
| XYZ | 24.9 | 13.28 | 44.43 | - |
| YUV | 96.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 180 | 0.08 | 0.75 | 0 | 0.29 | 293.78 | 0.6 | 0.44 |
| Hex | A6 | 2D | B4 | 8 | 4B | 0 | 1D | 126 | 3C | 2C |
| Octal | 246 | 55 | 264 | 10 | 113 | 0 | 35 | 446 | 74 | 54 |
| Binary | 10100110 | 101101 | 10110100 | 1000 | 1001011 | 0 | 11101 | 100100110 | 111100 | 101100 |
Color Harmonies of #A62DB4
Complementary color
Monochromatic Colors of #A62DB4
Black with #A62DB4
Text Example
Text Example
White with #A62DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DB4; }
p { color: rgb(166,45,180); }
H1.HeaderClassName
{
color: #A62DB4;
}
.AnyTagClassName
{
color: #A62DB4;
}
</style>
background-color css
<style>
a { background-color: #A62DB4; }
a { background-color: rgb(166,45,180); }
div.DivClassName
{
background-color: #A62DB4;
}
.BgClassName
{
background-color: #A62DB4;
}
</style>
border-color css
<style>
span { border-color: #A62DB4; }
span { border-color: rgb(166,45,180); }
td.TdClassName
{
border-color: #A62DB4;
}
.TagClassName
{
border-color: #A62DB4;
}
</style>