Shades of Dark Orchid #A239CE
Tints of Dark Orchid #A239CE
RGB
CMYK
RGB Variations
Color information
#A239CE (or 0xA239CE) is known color: Dark Orchid. HEX triplet: A2, 39 and CE. RGB value is (162,57,206). Sum of RGB (Red+Green+Blue) = 162+57+206=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #A239CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239CE is #5DC631. Grayscale: #686868. Windows color (decimal): -6145586 or 13515170. OLE color: 13515170.
HSL color Cylindrical-coordinate representation of color #A239CE: hue angle of 282.28º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A239CE is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 57 | 206 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.19 |
| HSL | 282.28º | 0.6% | 0.52% | - |
| HSV(B) | 282.28º | 0.72% | 0.81% | - |
| XYZ | 27.5 | 15.06 | 59.85 | - |
| YUV | 105.38 | 184.79 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 206 | 0.21 | 0.72 | 0 | 0.19 | 282.28 | 0.6 | 0.52 |
| Hex | A2 | 39 | CE | 15 | 48 | 0 | 13 | 11A | 3C | 34 |
| Octal | 242 | 71 | 316 | 25 | 110 | 0 | 23 | 432 | 74 | 64 |
| Binary | 10100010 | 111001 | 11001110 | 10101 | 1001000 | 0 | 10011 | 100011010 | 111100 | 110100 |
Color Harmonies of #A239CE
Complementary color
Monochromatic Colors of #A239CE
Black with #A239CE
Text Example
Text Example
White with #A239CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A239CE; }
p { color: rgb(162,57,206); }
H1.HeaderClassName
{
color: #A239CE;
}
.AnyTagClassName
{
color: #A239CE;
}
</style>
background-color css
<style>
a { background-color: #A239CE; }
a { background-color: rgb(162,57,206); }
div.DivClassName
{
background-color: #A239CE;
}
.BgClassName
{
background-color: #A239CE;
}
</style>
border-color css
<style>
span { border-color: #A239CE; }
span { border-color: rgb(162,57,206); }
td.TdClassName
{
border-color: #A239CE;
}
.TagClassName
{
border-color: #A239CE;
}
</style>