Shades of Dark Orchid #A42CCA
Tints of Dark Orchid #A42CCA
RGB
CMYK
RGB Variations
Color information
#A42CCA (or 0xA42CCA) is known color: Dark Orchid. HEX triplet: A4, 2C and CA. RGB value is (164,44,202). Sum of RGB (Red+Green+Blue) = 164+44+202=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #A42CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CCA is #5BD335. Grayscale: #616161. Windows color (decimal): -6017846 or 13249700. OLE color: 13249700.
HSL color Cylindrical-coordinate representation of color #A42CCA: hue angle of 285.57º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42CCA is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 44 | 202 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.21 |
| HSL | 285.57º | 0.64% | 0.48% | - |
| HSV(B) | 285.57º | 0.78% | 0.79% | - |
| XYZ | 26.87 | 13.96 | 57.16 | - |
| YUV | 97.89 | 186.76 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 202 | 0.19 | 0.78 | 0 | 0.21 | 285.57 | 0.64 | 0.48 |
| Hex | A4 | 2C | CA | 13 | 4E | 0 | 15 | 11E | 40 | 30 |
| Octal | 244 | 54 | 312 | 23 | 116 | 0 | 25 | 436 | 100 | 60 |
| Binary | 10100100 | 101100 | 11001010 | 10011 | 1001110 | 0 | 10101 | 100011110 | 1000000 | 110000 |
Color Harmonies of #A42CCA
Complementary color
Monochromatic Colors of #A42CCA
Black with #A42CCA
Text Example
Text Example
White with #A42CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42CCA; }
p { color: rgb(164,44,202); }
H1.HeaderClassName
{
color: #A42CCA;
}
.AnyTagClassName
{
color: #A42CCA;
}
</style>
background-color css
<style>
a { background-color: #A42CCA; }
a { background-color: rgb(164,44,202); }
div.DivClassName
{
background-color: #A42CCA;
}
.BgClassName
{
background-color: #A42CCA;
}
</style>
border-color css
<style>
span { border-color: #A42CCA; }
span { border-color: rgb(164,44,202); }
td.TdClassName
{
border-color: #A42CCA;
}
.TagClassName
{
border-color: #A42CCA;
}
</style>