Shades of Dark Orchid #A62AD4
Tints of Dark Orchid #A62AD4
RGB
CMYK
RGB Variations
Color information
#A62AD4 (or 0xA62AD4) is known color: Dark Orchid. HEX triplet: A6, 2A and D4. RGB value is (166,42,212). Sum of RGB (Red+Green+Blue) = 166+42+212=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 212 (83.20% from 255 or 50.48% from 420); Max value from RGB is 212 - color contains mainly: blue. Hex color #A62AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62AD4 is #59D52B. Grayscale: #616161. Windows color (decimal): -5887276 or 13904550. OLE color: 13904550.
HSL color Cylindrical-coordinate representation of color #A62AD4: hue angle of 283.76º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62AD4 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 42 | 212 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.17 |
| HSL | 283.76º | 0.67% | 0.5% | - |
| HSV(B) | 283.76º | 0.8% | 0.83% | - |
| XYZ | 28.44 | 14.52 | 63.59 | - |
| YUV | 98.46 | 192.08 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 212 | 0.22 | 0.80 | 0 | 0.17 | 283.76 | 0.67 | 0.5 |
| Hex | A6 | 2A | D4 | 16 | 50 | 0 | 11 | 11C | 43 | 32 |
| Octal | 246 | 52 | 324 | 26 | 120 | 0 | 21 | 434 | 103 | 62 |
| Binary | 10100110 | 101010 | 11010100 | 10110 | 1010000 | 0 | 10001 | 100011100 | 1000011 | 110010 |
Color Harmonies of #A62AD4
Complementary color
Monochromatic Colors of #A62AD4
Black with #A62AD4
Text Example
Text Example
White with #A62AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62AD4; }
p { color: rgb(166,42,212); }
H1.HeaderClassName
{
color: #A62AD4;
}
.AnyTagClassName
{
color: #A62AD4;
}
</style>
background-color css
<style>
a { background-color: #A62AD4; }
a { background-color: rgb(166,42,212); }
div.DivClassName
{
background-color: #A62AD4;
}
.BgClassName
{
background-color: #A62AD4;
}
</style>
border-color css
<style>
span { border-color: #A62AD4; }
span { border-color: rgb(166,42,212); }
td.TdClassName
{
border-color: #A62AD4;
}
.TagClassName
{
border-color: #A62AD4;
}
</style>