Shades of Dark Orchid #A842E5
Tints of Dark Orchid #A842E5
RGB
CMYK
RGB Variations
Color information
#A842E5 (or 0xA842E5) is known color: Dark Orchid. HEX triplet: A8, 42 and E5. RGB value is (168,66,229). Sum of RGB (Red+Green+Blue) = 168+66+229=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #A842E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842E5 is #57BD1A. Grayscale: #727272. Windows color (decimal): -5750043 or 15024808. OLE color: 15024808.
HSL color Cylindrical-coordinate representation of color #A842E5: hue angle of 277.55º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A842E5 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 66 | 229 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.10 |
| HSL | 277.55º | 0.76% | 0.58% | - |
| HSV(B) | 277.55º | 0.71% | 0.9% | - |
| XYZ | 32.24 | 17.88 | 75.88 | - |
| YUV | 115.08 | 192.29 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 229 | 0.27 | 0.71 | 0 | 0.10 | 277.55 | 0.76 | 0.58 |
| Hex | A8 | 42 | E5 | 1B | 47 | 0 | A | 116 | 4C | 3A |
| Octal | 250 | 102 | 345 | 33 | 107 | 0 | 12 | 426 | 114 | 72 |
| Binary | 10101000 | 1000010 | 11100101 | 11011 | 1000111 | 0 | 1010 | 100010110 | 1001100 | 111010 |
Color Harmonies of #A842E5
Complementary color
Monochromatic Colors of #A842E5
Black with #A842E5
Text Example
Text Example
White with #A842E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842E5; }
p { color: rgb(168,66,229); }
H1.HeaderClassName
{
color: #A842E5;
}
.AnyTagClassName
{
color: #A842E5;
}
</style>
background-color css
<style>
a { background-color: #A842E5; }
a { background-color: rgb(168,66,229); }
div.DivClassName
{
background-color: #A842E5;
}
.BgClassName
{
background-color: #A842E5;
}
</style>
border-color css
<style>
span { border-color: #A842E5; }
span { border-color: rgb(168,66,229); }
td.TdClassName
{
border-color: #A842E5;
}
.TagClassName
{
border-color: #A842E5;
}
</style>