Shades of Dark Orchid #A62FCC
Tints of Dark Orchid #A62FCC
RGB
CMYK
RGB Variations
Color information
#A62FCC (or 0xA62FCC) is known color: Dark Orchid. HEX triplet: A6, 2F and CC. RGB value is (166,47,204). Sum of RGB (Red+Green+Blue) = 166+47+204=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #A62FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62FCC is #59D033. Grayscale: #636363. Windows color (decimal): -5886004 or 13381542. OLE color: 13381542.
HSL color Cylindrical-coordinate representation of color #A62FCC: hue angle of 285.48º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62FCC is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 47 | 204 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.2 |
| HSL | 285.48º | 0.63% | 0.49% | - |
| HSV(B) | 285.48º | 0.77% | 0.8% | - |
| XYZ | 27.64 | 14.5 | 58.47 | - |
| YUV | 100.48 | 186.42 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 204 | 0.19 | 0.77 | 0 | 0.2 | 285.48 | 0.63 | 0.49 |
| Hex | A6 | 2F | CC | 13 | 4D | 0 | 14 | 11D | 3F | 31 |
| Octal | 246 | 57 | 314 | 23 | 115 | 0 | 24 | 435 | 77 | 61 |
| Binary | 10100110 | 101111 | 11001100 | 10011 | 1001101 | 0 | 10100 | 100011101 | 111111 | 110001 |
Color Harmonies of #A62FCC
Complementary color
Monochromatic Colors of #A62FCC
Black with #A62FCC
Text Example
Text Example
White with #A62FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62FCC; }
p { color: rgb(166,47,204); }
H1.HeaderClassName
{
color: #A62FCC;
}
.AnyTagClassName
{
color: #A62FCC;
}
</style>
background-color css
<style>
a { background-color: #A62FCC; }
a { background-color: rgb(166,47,204); }
div.DivClassName
{
background-color: #A62FCC;
}
.BgClassName
{
background-color: #A62FCC;
}
</style>
border-color css
<style>
span { border-color: #A62FCC; }
span { border-color: rgb(166,47,204); }
td.TdClassName
{
border-color: #A62FCC;
}
.TagClassName
{
border-color: #A62FCC;
}
</style>