Shades of Dark Orchid #A042C1
Tints of Dark Orchid #A042C1
RGB
CMYK
RGB Variations
Color information
#A042C1 (or 0xA042C1) is known color: Dark Orchid. HEX triplet: A0, 42 and C1. RGB value is (160,66,193). Sum of RGB (Red+Green+Blue) = 160+66+193=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #A042C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042C1 is #5FBD3E. Grayscale: #6C6C6C. Windows color (decimal): -6274367 or 12665504. OLE color: 12665504.
HSL color Cylindrical-coordinate representation of color #A042C1: hue angle of 284.41º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A042C1 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 66 | 193 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.24 |
| HSL | 284.41º | 0.51% | 0.51% | - |
| HSV(B) | 284.41º | 0.66% | 0.76% | - |
| XYZ | 26.07 | 15.22 | 52.02 | - |
| YUV | 108.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 193 | 0.17 | 0.66 | 0 | 0.24 | 284.41 | 0.51 | 0.51 |
| Hex | A0 | 42 | C1 | 11 | 42 | 0 | 18 | 11C | 33 | 33 |
| Octal | 240 | 102 | 301 | 21 | 102 | 0 | 30 | 434 | 63 | 63 |
| Binary | 10100000 | 1000010 | 11000001 | 10001 | 1000010 | 0 | 11000 | 100011100 | 110011 | 110011 |
Color Harmonies of #A042C1
Complementary color
Monochromatic Colors of #A042C1
Black with #A042C1
Text Example
Text Example
White with #A042C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A042C1; }
p { color: rgb(160,66,193); }
H1.HeaderClassName
{
color: #A042C1;
}
.AnyTagClassName
{
color: #A042C1;
}
</style>
background-color css
<style>
a { background-color: #A042C1; }
a { background-color: rgb(160,66,193); }
div.DivClassName
{
background-color: #A042C1;
}
.BgClassName
{
background-color: #A042C1;
}
</style>
border-color css
<style>
span { border-color: #A042C1; }
span { border-color: rgb(160,66,193); }
td.TdClassName
{
border-color: #A042C1;
}
.TagClassName
{
border-color: #A042C1;
}
</style>