Shades of Dark Orchid #A62DB3
Tints of Dark Orchid #A62DB3
RGB
CMYK
RGB Variations
Color information
#A62DB3 (or 0xA62DB3) is known color: Dark Orchid. HEX triplet: A6, 2D and B3. RGB value is (166,45,179). Sum of RGB (Red+Green+Blue) = 166+45+179=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #A62DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DB3 is #59D24C. Grayscale: #606060. Windows color (decimal): -5886541 or 11742630. OLE color: 11742630.
HSL color Cylindrical-coordinate representation of color #A62DB3: hue angle of 294.18º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62DB3 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 45 | 179 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.30 |
| HSL | 294.18º | 0.6% | 0.44% | - |
| HSV(B) | 294.18º | 0.75% | 0.7% | - |
| XYZ | 24.8 | 13.24 | 43.9 | - |
| YUV | 96.46 | 174.59 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 179 | 0.07 | 0.75 | 0 | 0.30 | 294.18 | 0.6 | 0.44 |
| Hex | A6 | 2D | B3 | 7 | 4B | 0 | 1E | 126 | 3C | 2C |
| Octal | 246 | 55 | 263 | 7 | 113 | 0 | 36 | 446 | 74 | 54 |
| Binary | 10100110 | 101101 | 10110011 | 111 | 1001011 | 0 | 11110 | 100100110 | 111100 | 101100 |
Color Harmonies of #A62DB3
Complementary color
Monochromatic Colors of #A62DB3
Black with #A62DB3
Text Example
Text Example
White with #A62DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DB3; }
p { color: rgb(166,45,179); }
H1.HeaderClassName
{
color: #A62DB3;
}
.AnyTagClassName
{
color: #A62DB3;
}
</style>
background-color css
<style>
a { background-color: #A62DB3; }
a { background-color: rgb(166,45,179); }
div.DivClassName
{
background-color: #A62DB3;
}
.BgClassName
{
background-color: #A62DB3;
}
</style>
border-color css
<style>
span { border-color: #A62DB3; }
span { border-color: rgb(166,45,179); }
td.TdClassName
{
border-color: #A62DB3;
}
.TagClassName
{
border-color: #A62DB3;
}
</style>