Shades of Dark Orchid #A42CCD
Tints of Dark Orchid #A42CCD
RGB
CMYK
RGB Variations
Color information
#A42CCD (or 0xA42CCD) is known color: Dark Orchid. HEX triplet: A4, 2C and CD. RGB value is (164,44,205). Sum of RGB (Red+Green+Blue) = 164+44+205=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #A42CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CCD is #5BD332. Grayscale: #616161. Windows color (decimal): -6017843 or 13446308. OLE color: 13446308.
HSL color Cylindrical-coordinate representation of color #A42CCD: hue angle of 284.72º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42CCD is Cyan = 0.2, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 44 | 205 | - |
| CMYK | 0.2 | 0.79 | 0 | 0.20 |
| HSL | 284.72º | 0.65% | 0.49% | - |
| HSV(B) | 284.72º | 0.79% | 0.8% | - |
| XYZ | 27.23 | 14.1 | 59.04 | - |
| YUV | 98.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 205 | 0.2 | 0.79 | 0 | 0.20 | 284.72 | 0.65 | 0.49 |
| Hex | A4 | 2C | CD | 14 | 4F | 0 | 14 | 11D | 41 | 31 |
| Octal | 244 | 54 | 315 | 24 | 117 | 0 | 24 | 435 | 101 | 61 |
| Binary | 10100100 | 101100 | 11001101 | 10100 | 1001111 | 0 | 10100 | 100011101 | 1000001 | 110001 |
Color Harmonies of #A42CCD
Complementary color
Monochromatic Colors of #A42CCD
Black with #A42CCD
Text Example
Text Example
White with #A42CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42CCD; }
p { color: rgb(164,44,205); }
H1.HeaderClassName
{
color: #A42CCD;
}
.AnyTagClassName
{
color: #A42CCD;
}
</style>
background-color css
<style>
a { background-color: #A42CCD; }
a { background-color: rgb(164,44,205); }
div.DivClassName
{
background-color: #A42CCD;
}
.BgClassName
{
background-color: #A42CCD;
}
</style>
border-color css
<style>
span { border-color: #A42CCD; }
span { border-color: rgb(164,44,205); }
td.TdClassName
{
border-color: #A42CCD;
}
.TagClassName
{
border-color: #A42CCD;
}
</style>