Shades of Dark Orchid #A233BD
Tints of Dark Orchid #A233BD
RGB
CMYK
RGB Variations
Color information
#A233BD (or 0xA233BD) is known color: Dark Orchid. HEX triplet: A2, 33 and BD. RGB value is (162,51,189). Sum of RGB (Red+Green+Blue) = 162+51+189=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #A233BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233BD is #5DCC42. Grayscale: #636363. Windows color (decimal): -6147139 or 12399522. OLE color: 12399522.
HSL color Cylindrical-coordinate representation of color #A233BD: hue angle of 288.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A233BD is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 51 | 189 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.26 |
| HSL | 288.26º | 0.58% | 0.47% | - |
| HSV(B) | 288.26º | 0.73% | 0.74% | - |
| XYZ | 25.27 | 13.72 | 49.46 | - |
| YUV | 99.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 189 | 0.14 | 0.73 | 0 | 0.26 | 288.26 | 0.58 | 0.47 |
| Hex | A2 | 33 | BD | E | 49 | 0 | 1A | 120 | 3A | 2F |
| Octal | 242 | 63 | 275 | 16 | 111 | 0 | 32 | 440 | 72 | 57 |
| Binary | 10100010 | 110011 | 10111101 | 1110 | 1001001 | 0 | 11010 | 100100000 | 111010 | 101111 |
Color Harmonies of #A233BD
Complementary color
Monochromatic Colors of #A233BD
Black with #A233BD
Text Example
Text Example
White with #A233BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A233BD; }
p { color: rgb(162,51,189); }
H1.HeaderClassName
{
color: #A233BD;
}
.AnyTagClassName
{
color: #A233BD;
}
</style>
background-color css
<style>
a { background-color: #A233BD; }
a { background-color: rgb(162,51,189); }
div.DivClassName
{
background-color: #A233BD;
}
.BgClassName
{
background-color: #A233BD;
}
</style>
border-color css
<style>
span { border-color: #A233BD; }
span { border-color: rgb(162,51,189); }
td.TdClassName
{
border-color: #A233BD;
}
.TagClassName
{
border-color: #A233BD;
}
</style>