Shades of Dark Orchid #A23ACB
Tints of Dark Orchid #A23ACB
RGB
CMYK
RGB Variations
Color information
#A23ACB (or 0xA23ACB) is known color: Dark Orchid. HEX triplet: A2, 3A and CB. RGB value is (162,58,203). Sum of RGB (Red+Green+Blue) = 162+58+203=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #A23ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ACB is #5DC534. Grayscale: #696969. Windows color (decimal): -6145333 or 13318818. OLE color: 13318818.
HSL color Cylindrical-coordinate representation of color #A23ACB: hue angle of 283.03º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A23ACB is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 58 | 203 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.20 |
| HSL | 283.03º | 0.58% | 0.51% | - |
| HSV(B) | 283.03º | 0.71% | 0.8% | - |
| XYZ | 27.19 | 15.02 | 57.97 | - |
| YUV | 105.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 203 | 0.20 | 0.71 | 0 | 0.20 | 283.03 | 0.58 | 0.51 |
| Hex | A2 | 3A | CB | 14 | 47 | 0 | 14 | 11B | 3A | 33 |
| Octal | 242 | 72 | 313 | 24 | 107 | 0 | 24 | 433 | 72 | 63 |
| Binary | 10100010 | 111010 | 11001011 | 10100 | 1000111 | 0 | 10100 | 100011011 | 111010 | 110011 |
Color Harmonies of #A23ACB
Complementary color
Monochromatic Colors of #A23ACB
Black with #A23ACB
Text Example
Text Example
White with #A23ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23ACB; }
p { color: rgb(162,58,203); }
H1.HeaderClassName
{
color: #A23ACB;
}
.AnyTagClassName
{
color: #A23ACB;
}
</style>
background-color css
<style>
a { background-color: #A23ACB; }
a { background-color: rgb(162,58,203); }
div.DivClassName
{
background-color: #A23ACB;
}
.BgClassName
{
background-color: #A23ACB;
}
</style>
border-color css
<style>
span { border-color: #A23ACB; }
span { border-color: rgb(162,58,203); }
td.TdClassName
{
border-color: #A23ACB;
}
.TagClassName
{
border-color: #A23ACB;
}
</style>