Shades of Dark Orchid #A236CE
Tints of Dark Orchid #A236CE
RGB
CMYK
RGB Variations
Color information
#A236CE (or 0xA236CE) is known color: Dark Orchid. HEX triplet: A2, 36 and CE. RGB value is (162,54,206). Sum of RGB (Red+Green+Blue) = 162+54+206=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #A236CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236CE is #5DC931. Grayscale: #676767. Windows color (decimal): -6146354 or 13514402. OLE color: 13514402.
HSL color Cylindrical-coordinate representation of color #A236CE: hue angle of 282.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A236CE is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 54 | 206 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.19 |
| HSL | 282.63º | 0.61% | 0.51% | - |
| HSV(B) | 282.63º | 0.74% | 0.81% | - |
| XYZ | 27.36 | 14.78 | 59.8 | - |
| YUV | 103.62 | 185.78 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 206 | 0.21 | 0.74 | 0 | 0.19 | 282.63 | 0.61 | 0.51 |
| Hex | A2 | 36 | CE | 15 | 4A | 0 | 13 | 11B | 3D | 33 |
| Octal | 242 | 66 | 316 | 25 | 112 | 0 | 23 | 433 | 75 | 63 |
| Binary | 10100010 | 110110 | 11001110 | 10101 | 1001010 | 0 | 10011 | 100011011 | 111101 | 110011 |
Color Harmonies of #A236CE
Complementary color
Monochromatic Colors of #A236CE
Black with #A236CE
Text Example
Text Example
White with #A236CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236CE; }
p { color: rgb(162,54,206); }
H1.HeaderClassName
{
color: #A236CE;
}
.AnyTagClassName
{
color: #A236CE;
}
</style>
background-color css
<style>
a { background-color: #A236CE; }
a { background-color: rgb(162,54,206); }
div.DivClassName
{
background-color: #A236CE;
}
.BgClassName
{
background-color: #A236CE;
}
</style>
border-color css
<style>
span { border-color: #A236CE; }
span { border-color: rgb(162,54,206); }
td.TdClassName
{
border-color: #A236CE;
}
.TagClassName
{
border-color: #A236CE;
}
</style>