Shades of Dark Orchid #A23CCA
Tints of Dark Orchid #A23CCA
RGB
CMYK
RGB Variations
Color information
#A23CCA (or 0xA23CCA) is known color: Dark Orchid. HEX triplet: A2, 3C and CA. RGB value is (162,60,202). Sum of RGB (Red+Green+Blue) = 162+60+202=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #A23CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CCA is #5DC335. Grayscale: #6A6A6A. Windows color (decimal): -6144822 or 13253794. OLE color: 13253794.
HSL color Cylindrical-coordinate representation of color #A23CCA: hue angle of 283.1º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23CCA is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 60 | 202 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.21 |
| HSL | 283.1º | 0.57% | 0.51% | - |
| HSV(B) | 283.1º | 0.7% | 0.79% | - |
| XYZ | 27.18 | 15.18 | 57.37 | - |
| YUV | 106.69 | 181.79 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 202 | 0.20 | 0.70 | 0 | 0.21 | 283.1 | 0.57 | 0.51 |
| Hex | A2 | 3C | CA | 14 | 46 | 0 | 15 | 11B | 39 | 33 |
| Octal | 242 | 74 | 312 | 24 | 106 | 0 | 25 | 433 | 71 | 63 |
| Binary | 10100010 | 111100 | 11001010 | 10100 | 1000110 | 0 | 10101 | 100011011 | 111001 | 110011 |
Color Harmonies of #A23CCA
Complementary color
Monochromatic Colors of #A23CCA
Black with #A23CCA
Text Example
Text Example
White with #A23CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CCA; }
p { color: rgb(162,60,202); }
H1.HeaderClassName
{
color: #A23CCA;
}
.AnyTagClassName
{
color: #A23CCA;
}
</style>
background-color css
<style>
a { background-color: #A23CCA; }
a { background-color: rgb(162,60,202); }
div.DivClassName
{
background-color: #A23CCA;
}
.BgClassName
{
background-color: #A23CCA;
}
</style>
border-color css
<style>
span { border-color: #A23CCA; }
span { border-color: rgb(162,60,202); }
td.TdClassName
{
border-color: #A23CCA;
}
.TagClassName
{
border-color: #A23CCA;
}
</style>