Shades of Dark Orchid #A23BBC
Tints of Dark Orchid #A23BBC
RGB
CMYK
RGB Variations
Color information
#A23BBC (or 0xA23BBC) is known color: Dark Orchid. HEX triplet: A2, 3B and BC. RGB value is (162,59,188). Sum of RGB (Red+Green+Blue) = 162+59+188=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #A23BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BBC is #5DC443. Grayscale: #686868. Windows color (decimal): -6145092 or 12336034. OLE color: 12336034.
HSL color Cylindrical-coordinate representation of color #A23BBC: hue angle of 287.91º degrees, saturation: 0.52, 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 #A23BBC is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 59 | 188 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.26 |
| HSL | 287.91º | 0.52% | 0.48% | - |
| HSV(B) | 287.91º | 0.69% | 0.74% | - |
| XYZ | 25.54 | 14.44 | 49.02 | - |
| YUV | 104.5 | 175.12 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 188 | 0.14 | 0.69 | 0 | 0.26 | 287.91 | 0.52 | 0.48 |
| Hex | A2 | 3B | BC | E | 45 | 0 | 1A | 120 | 34 | 30 |
| Octal | 242 | 73 | 274 | 16 | 105 | 0 | 32 | 440 | 64 | 60 |
| Binary | 10100010 | 111011 | 10111100 | 1110 | 1000101 | 0 | 11010 | 100100000 | 110100 | 110000 |
Color Harmonies of #A23BBC
Complementary color
Monochromatic Colors of #A23BBC
Black with #A23BBC
Text Example
Text Example
White with #A23BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23BBC; }
p { color: rgb(162,59,188); }
H1.HeaderClassName
{
color: #A23BBC;
}
.AnyTagClassName
{
color: #A23BBC;
}
</style>
background-color css
<style>
a { background-color: #A23BBC; }
a { background-color: rgb(162,59,188); }
div.DivClassName
{
background-color: #A23BBC;
}
.BgClassName
{
background-color: #A23BBC;
}
</style>
border-color css
<style>
span { border-color: #A23BBC; }
span { border-color: rgb(162,59,188); }
td.TdClassName
{
border-color: #A23BBC;
}
.TagClassName
{
border-color: #A23BBC;
}
</style>