Shades of Dark Orchid #A233CE
Tints of Dark Orchid #A233CE
RGB
CMYK
RGB Variations
Color information
#A233CE (or 0xA233CE) is known color: Dark Orchid. HEX triplet: A2, 33 and CE. RGB value is (162,51,206). Sum of RGB (Red+Green+Blue) = 162+51+206=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #A233CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233CE is #5DCC31. Grayscale: #656565. Windows color (decimal): -6147122 or 13513634. OLE color: 13513634.
HSL color Cylindrical-coordinate representation of color #A233CE: hue angle of 282.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A233CE is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 51 | 206 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.19 |
| HSL | 282.97º | 0.61% | 0.5% | - |
| HSV(B) | 282.97º | 0.75% | 0.81% | - |
| XYZ | 27.22 | 14.51 | 59.76 | - |
| YUV | 101.86 | 186.77 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 206 | 0.21 | 0.75 | 0 | 0.19 | 282.97 | 0.61 | 0.5 |
| Hex | A2 | 33 | CE | 15 | 4B | 0 | 13 | 11B | 3D | 32 |
| Octal | 242 | 63 | 316 | 25 | 113 | 0 | 23 | 433 | 75 | 62 |
| Binary | 10100010 | 110011 | 11001110 | 10101 | 1001011 | 0 | 10011 | 100011011 | 111101 | 110010 |
Color Harmonies of #A233CE
Complementary color
Monochromatic Colors of #A233CE
Black with #A233CE
Text Example
Text Example
White with #A233CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A233CE; }
p { color: rgb(162,51,206); }
H1.HeaderClassName
{
color: #A233CE;
}
.AnyTagClassName
{
color: #A233CE;
}
</style>
background-color css
<style>
a { background-color: #A233CE; }
a { background-color: rgb(162,51,206); }
div.DivClassName
{
background-color: #A233CE;
}
.BgClassName
{
background-color: #A233CE;
}
</style>
border-color css
<style>
span { border-color: #A233CE; }
span { border-color: rgb(162,51,206); }
td.TdClassName
{
border-color: #A233CE;
}
.TagClassName
{
border-color: #A233CE;
}
</style>