Shades of Dark Orchid #A62FC5
Tints of Dark Orchid #A62FC5
RGB
CMYK
RGB Variations
Color information
#A62FC5 (or 0xA62FC5) is known color: Dark Orchid. HEX triplet: A6, 2F and C5. RGB value is (166,47,197). Sum of RGB (Red+Green+Blue) = 166+47+197=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #A62FC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62FC5 is #59D03A. Grayscale: #636363. Windows color (decimal): -5886011 or 12922790. OLE color: 12922790.
HSL color Cylindrical-coordinate representation of color #A62FC5: hue angle of 287.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62FC5 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 47 | 197 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.23 |
| HSL | 287.6º | 0.61% | 0.48% | - |
| HSV(B) | 287.6º | 0.76% | 0.77% | - |
| XYZ | 26.82 | 14.17 | 54.15 | - |
| YUV | 99.68 | 182.92 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 197 | 0.16 | 0.76 | 0 | 0.23 | 287.6 | 0.61 | 0.48 |
| Hex | A6 | 2F | C5 | 10 | 4C | 0 | 17 | 120 | 3D | 30 |
| Octal | 246 | 57 | 305 | 20 | 114 | 0 | 27 | 440 | 75 | 60 |
| Binary | 10100110 | 101111 | 11000101 | 10000 | 1001100 | 0 | 10111 | 100100000 | 111101 | 110000 |
Color Harmonies of #A62FC5
Complementary color
Monochromatic Colors of #A62FC5
Black with #A62FC5
Text Example
Text Example
White with #A62FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62FC5; }
p { color: rgb(166,47,197); }
H1.HeaderClassName
{
color: #A62FC5;
}
.AnyTagClassName
{
color: #A62FC5;
}
</style>
background-color css
<style>
a { background-color: #A62FC5; }
a { background-color: rgb(166,47,197); }
div.DivClassName
{
background-color: #A62FC5;
}
.BgClassName
{
background-color: #A62FC5;
}
</style>
border-color css
<style>
span { border-color: #A62FC5; }
span { border-color: rgb(166,47,197); }
td.TdClassName
{
border-color: #A62FC5;
}
.TagClassName
{
border-color: #A62FC5;
}
</style>