Shades of Dark Orchid #A233BA
Tints of Dark Orchid #A233BA
RGB
CMYK
RGB Variations
Color information
#A233BA (or 0xA233BA) is known color: Dark Orchid. HEX triplet: A2, 33 and BA. RGB value is (162,51,186). Sum of RGB (Red+Green+Blue) = 162+51+186=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #A233BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233BA is #5DCC45. Grayscale: #636363. Windows color (decimal): -6147142 or 12202914. OLE color: 12202914.
HSL color Cylindrical-coordinate representation of color #A233BA: hue angle of 289.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A233BA is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 51 | 186 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.27 |
| HSL | 289.33º | 0.57% | 0.46% | - |
| HSV(B) | 289.33º | 0.73% | 0.73% | - |
| XYZ | 24.95 | 13.59 | 47.76 | - |
| YUV | 99.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 186 | 0.13 | 0.73 | 0 | 0.27 | 289.33 | 0.57 | 0.46 |
| Hex | A2 | 33 | BA | D | 49 | 0 | 1B | 121 | 39 | 2E |
| Octal | 242 | 63 | 272 | 15 | 111 | 0 | 33 | 441 | 71 | 56 |
| Binary | 10100010 | 110011 | 10111010 | 1101 | 1001001 | 0 | 11011 | 100100001 | 111001 | 101110 |
Color Harmonies of #A233BA
Complementary color
Monochromatic Colors of #A233BA
Black with #A233BA
Text Example
Text Example
White with #A233BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A233BA; }
p { color: rgb(162,51,186); }
H1.HeaderClassName
{
color: #A233BA;
}
.AnyTagClassName
{
color: #A233BA;
}
</style>
background-color css
<style>
a { background-color: #A233BA; }
a { background-color: rgb(162,51,186); }
div.DivClassName
{
background-color: #A233BA;
}
.BgClassName
{
background-color: #A233BA;
}
</style>
border-color css
<style>
span { border-color: #A233BA; }
span { border-color: rgb(162,51,186); }
td.TdClassName
{
border-color: #A233BA;
}
.TagClassName
{
border-color: #A233BA;
}
</style>