Shades of Dark Orchid #A642EA
Tints of Dark Orchid #A642EA
RGB
CMYK
RGB Variations
Color information
#A642EA (or 0xA642EA) is known color: Dark Orchid. HEX triplet: A6, 42 and EA. RGB value is (166,66,234). Sum of RGB (Red+Green+Blue) = 166+66+234=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #A642EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A642EA is #59BD15. Grayscale: #727272. Windows color (decimal): -5881110 or 15352486. OLE color: 15352486.
HSL color Cylindrical-coordinate representation of color #A642EA: hue angle of 275.71º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A642EA is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 66 | 234 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.08 |
| HSL | 275.71º | 0.8% | 0.59% | - |
| HSV(B) | 275.71º | 0.72% | 0.92% | - |
| XYZ | 32.53 | 17.94 | 79.59 | - |
| YUV | 115.05 | 195.13 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 234 | 0.29 | 0.72 | 0 | 0.08 | 275.71 | 0.8 | 0.59 |
| Hex | A6 | 42 | EA | 1D | 48 | 0 | 8 | 114 | 50 | 3B |
| Octal | 246 | 102 | 352 | 35 | 110 | 0 | 10 | 424 | 120 | 73 |
| Binary | 10100110 | 1000010 | 11101010 | 11101 | 1001000 | 0 | 1000 | 100010100 | 1010000 | 111011 |
Color Harmonies of #A642EA
Complementary color
Monochromatic Colors of #A642EA
Black with #A642EA
Text Example
Text Example
White with #A642EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A642EA; }
p { color: rgb(166,66,234); }
H1.HeaderClassName
{
color: #A642EA;
}
.AnyTagClassName
{
color: #A642EA;
}
</style>
background-color css
<style>
a { background-color: #A642EA; }
a { background-color: rgb(166,66,234); }
div.DivClassName
{
background-color: #A642EA;
}
.BgClassName
{
background-color: #A642EA;
}
</style>
border-color css
<style>
span { border-color: #A642EA; }
span { border-color: rgb(166,66,234); }
td.TdClassName
{
border-color: #A642EA;
}
.TagClassName
{
border-color: #A642EA;
}
</style>