Shades of Dark Orchid #A23CB5
Tints of Dark Orchid #A23CB5
RGB
CMYK
RGB Variations
Color information
#A23CB5 (or 0xA23CB5) is known color: Dark Orchid. HEX triplet: A2, 3C and B5. RGB value is (162,60,181). Sum of RGB (Red+Green+Blue) = 162+60+181=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #A23CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CB5 is #5DC34A. Grayscale: #676767. Windows color (decimal): -6144843 or 11877538. OLE color: 11877538.
HSL color Cylindrical-coordinate representation of color #A23CB5: hue angle of 290.58º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23CB5 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 60 | 181 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.29 |
| HSL | 290.58º | 0.5% | 0.47% | - |
| HSV(B) | 290.58º | 0.67% | 0.71% | - |
| XYZ | 24.86 | 14.25 | 45.16 | - |
| YUV | 104.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 181 | 0.10 | 0.67 | 0 | 0.29 | 290.58 | 0.5 | 0.47 |
| Hex | A2 | 3C | B5 | A | 43 | 0 | 1D | 123 | 32 | 2F |
| Octal | 242 | 74 | 265 | 12 | 103 | 0 | 35 | 443 | 62 | 57 |
| Binary | 10100010 | 111100 | 10110101 | 1010 | 1000011 | 0 | 11101 | 100100011 | 110010 | 101111 |
Color Harmonies of #A23CB5
Complementary color
Monochromatic Colors of #A23CB5
Black with #A23CB5
Text Example
Text Example
White with #A23CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CB5; }
p { color: rgb(162,60,181); }
H1.HeaderClassName
{
color: #A23CB5;
}
.AnyTagClassName
{
color: #A23CB5;
}
</style>
background-color css
<style>
a { background-color: #A23CB5; }
a { background-color: rgb(162,60,181); }
div.DivClassName
{
background-color: #A23CB5;
}
.BgClassName
{
background-color: #A23CB5;
}
</style>
border-color css
<style>
span { border-color: #A23CB5; }
span { border-color: rgb(162,60,181); }
td.TdClassName
{
border-color: #A23CB5;
}
.TagClassName
{
border-color: #A23CB5;
}
</style>