Shades of Dark Orchid #A236E3
Tints of Dark Orchid #A236E3
RGB
CMYK
RGB Variations
Color information
#A236E3 (or 0xA236E3) is known color: Dark Orchid. HEX triplet: A2, 36 and E3. RGB value is (162,54,227). Sum of RGB (Red+Green+Blue) = 162+54+227=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 227 (89.06% from 255 or 51.24% from 443); Max value from RGB is 227 - color contains mainly: blue. Hex color #A236E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236E3 is #5DC91C. Grayscale: #696969. Windows color (decimal): -6146333 or 14890658. OLE color: 14890658.
HSL color Cylindrical-coordinate representation of color #A236E3: hue angle of 277.46º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A236E3 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 54 | 227 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.11 |
| HSL | 277.46º | 0.76% | 0.55% | - |
| HSV(B) | 277.46º | 0.76% | 0.89% | - |
| XYZ | 30.08 | 15.87 | 74.15 | - |
| YUV | 106.01 | 196.28 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 227 | 0.29 | 0.76 | 0 | 0.11 | 277.46 | 0.76 | 0.55 |
| Hex | A2 | 36 | E3 | 1D | 4C | 0 | B | 115 | 4C | 37 |
| Octal | 242 | 66 | 343 | 35 | 114 | 0 | 13 | 425 | 114 | 67 |
| Binary | 10100010 | 110110 | 11100011 | 11101 | 1001100 | 0 | 1011 | 100010101 | 1001100 | 110111 |
Color Harmonies of #A236E3
Complementary color
Monochromatic Colors of #A236E3
Black with #A236E3
Text Example
Text Example
White with #A236E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236E3; }
p { color: rgb(162,54,227); }
H1.HeaderClassName
{
color: #A236E3;
}
.AnyTagClassName
{
color: #A236E3;
}
</style>
background-color css
<style>
a { background-color: #A236E3; }
a { background-color: rgb(162,54,227); }
div.DivClassName
{
background-color: #A236E3;
}
.BgClassName
{
background-color: #A236E3;
}
</style>
border-color css
<style>
span { border-color: #A236E3; }
span { border-color: rgb(162,54,227); }
td.TdClassName
{
border-color: #A236E3;
}
.TagClassName
{
border-color: #A236E3;
}
</style>