Shades of Dark Orchid #A241CE
Tints of Dark Orchid #A241CE
RGB
CMYK
RGB Variations
Color information
#A241CE (or 0xA241CE) is known color: Dark Orchid. HEX triplet: A2, 41 and CE. RGB value is (162,65,206). Sum of RGB (Red+Green+Blue) = 162+65+206=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #A241CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241CE is #5DBE31. Grayscale: #6D6D6D. Windows color (decimal): -6143538 or 13517218. OLE color: 13517218.
HSL color Cylindrical-coordinate representation of color #A241CE: hue angle of 281.28º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A241CE is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 65 | 206 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.19 |
| HSL | 281.28º | 0.59% | 0.53% | - |
| HSV(B) | 281.28º | 0.68% | 0.81% | - |
| XYZ | 27.93 | 15.92 | 59.99 | - |
| YUV | 110.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 65 | 206 | 0.21 | 0.68 | 0 | 0.19 | 281.28 | 0.59 | 0.53 |
| Hex | A2 | 41 | CE | 15 | 44 | 0 | 13 | 119 | 3B | 35 |
| Octal | 242 | 101 | 316 | 25 | 104 | 0 | 23 | 431 | 73 | 65 |
| Binary | 10100010 | 1000001 | 11001110 | 10101 | 1000100 | 0 | 10011 | 100011001 | 111011 | 110101 |
Color Harmonies of #A241CE
Complementary color
Monochromatic Colors of #A241CE
Black with #A241CE
Text Example
Text Example
White with #A241CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A241CE; }
p { color: rgb(162,65,206); }
H1.HeaderClassName
{
color: #A241CE;
}
.AnyTagClassName
{
color: #A241CE;
}
</style>
background-color css
<style>
a { background-color: #A241CE; }
a { background-color: rgb(162,65,206); }
div.DivClassName
{
background-color: #A241CE;
}
.BgClassName
{
background-color: #A241CE;
}
</style>
border-color css
<style>
span { border-color: #A241CE; }
span { border-color: rgb(162,65,206); }
td.TdClassName
{
border-color: #A241CE;
}
.TagClassName
{
border-color: #A241CE;
}
</style>