Shades of Dark Orchid #A23ABC
Tints of Dark Orchid #A23ABC
RGB
CMYK
RGB Variations
Color information
#A23ABC (or 0xA23ABC) is known color: Dark Orchid. HEX triplet: A2, 3A and BC. RGB value is (162,58,188). Sum of RGB (Red+Green+Blue) = 162+58+188=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #A23ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ABC is #5DC543. Grayscale: #676767. Windows color (decimal): -6145348 or 12335778. OLE color: 12335778.
HSL color Cylindrical-coordinate representation of color #A23ABC: hue angle of 288º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23ABC is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 58 | 188 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.26 |
| HSL | 288º | 0.53% | 0.48% | - |
| HSV(B) | 288º | 0.69% | 0.74% | - |
| XYZ | 25.49 | 14.34 | 49 | - |
| YUV | 103.92 | 175.46 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 188 | 0.14 | 0.69 | 0 | 0.26 | 288 | 0.53 | 0.48 |
| Hex | A2 | 3A | BC | E | 45 | 0 | 1A | 120 | 35 | 30 |
| Octal | 242 | 72 | 274 | 16 | 105 | 0 | 32 | 440 | 65 | 60 |
| Binary | 10100010 | 111010 | 10111100 | 1110 | 1000101 | 0 | 11010 | 100100000 | 110101 | 110000 |
Color Harmonies of #A23ABC
Complementary color
Monochromatic Colors of #A23ABC
Black with #A23ABC
Text Example
Text Example
White with #A23ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23ABC; }
p { color: rgb(162,58,188); }
H1.HeaderClassName
{
color: #A23ABC;
}
.AnyTagClassName
{
color: #A23ABC;
}
</style>
background-color css
<style>
a { background-color: #A23ABC; }
a { background-color: rgb(162,58,188); }
div.DivClassName
{
background-color: #A23ABC;
}
.BgClassName
{
background-color: #A23ABC;
}
</style>
border-color css
<style>
span { border-color: #A23ABC; }
span { border-color: rgb(162,58,188); }
td.TdClassName
{
border-color: #A23ABC;
}
.TagClassName
{
border-color: #A23ABC;
}
</style>