Shades of Dark Orchid #A233DC
Tints of Dark Orchid #A233DC
RGB
CMYK
RGB Variations
Color information
#A233DC (or 0xA233DC) is known color: Dark Orchid. HEX triplet: A2, 33 and DC. RGB value is (162,51,220). Sum of RGB (Red+Green+Blue) = 162+51+220=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #A233DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233DC is #5DCC23. Grayscale: #666666. Windows color (decimal): -6147108 or 14431138. OLE color: 14431138.
HSL color Cylindrical-coordinate representation of color #A233DC: hue angle of 279.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A233DC is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 51 | 220 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.14 |
| HSL | 279.41º | 0.71% | 0.53% | - |
| HSV(B) | 279.41º | 0.77% | 0.86% | - |
| XYZ | 29 | 15.22 | 69.12 | - |
| YUV | 103.46 | 193.77 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 220 | 0.26 | 0.77 | 0 | 0.14 | 279.41 | 0.71 | 0.53 |
| Hex | A2 | 33 | DC | 1A | 4D | 0 | E | 117 | 47 | 35 |
| Octal | 242 | 63 | 334 | 32 | 115 | 0 | 16 | 427 | 107 | 65 |
| Binary | 10100010 | 110011 | 11011100 | 11010 | 1001101 | 0 | 1110 | 100010111 | 1000111 | 110101 |
Color Harmonies of #A233DC
Complementary color
Monochromatic Colors of #A233DC
Black with #A233DC
Text Example
Text Example
White with #A233DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A233DC; }
p { color: rgb(162,51,220); }
H1.HeaderClassName
{
color: #A233DC;
}
.AnyTagClassName
{
color: #A233DC;
}
</style>
background-color css
<style>
a { background-color: #A233DC; }
a { background-color: rgb(162,51,220); }
div.DivClassName
{
background-color: #A233DC;
}
.BgClassName
{
background-color: #A233DC;
}
</style>
border-color css
<style>
span { border-color: #A233DC; }
span { border-color: rgb(162,51,220); }
td.TdClassName
{
border-color: #A233DC;
}
.TagClassName
{
border-color: #A233DC;
}
</style>