Shades of Dark Orchid #A642C1
Tints of Dark Orchid #A642C1
RGB
CMYK
RGB Variations
Color information
#A642C1 (or 0xA642C1) is known color: Dark Orchid. HEX triplet: A6, 42 and C1. RGB value is (166,66,193). Sum of RGB (Red+Green+Blue) = 166+66+193=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #A642C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642C1 is #59BD3E. Grayscale: #6D6D6D. Windows color (decimal): -5881151 or 12665510. OLE color: 12665510.
HSL color Cylindrical-coordinate representation of color #A642C1: hue angle of 287.24º 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 #A642C1 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 66 | 193 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.24 |
| HSL | 287.24º | 0.51% | 0.51% | - |
| HSV(B) | 287.24º | 0.66% | 0.76% | - |
| XYZ | 27.3 | 15.85 | 52.07 | - |
| YUV | 110.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 193 | 0.14 | 0.66 | 0 | 0.24 | 287.24 | 0.51 | 0.51 |
| Hex | A6 | 42 | C1 | E | 42 | 0 | 18 | 11F | 33 | 33 |
| Octal | 246 | 102 | 301 | 16 | 102 | 0 | 30 | 437 | 63 | 63 |
| Binary | 10100110 | 1000010 | 11000001 | 1110 | 1000010 | 0 | 11000 | 100011111 | 110011 | 110011 |
Color Harmonies of #A642C1
Complementary color
Monochromatic Colors of #A642C1
Black with #A642C1
Text Example
Text Example
White with #A642C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A642C1; }
p { color: rgb(166,66,193); }
H1.HeaderClassName
{
color: #A642C1;
}
.AnyTagClassName
{
color: #A642C1;
}
</style>
background-color css
<style>
a { background-color: #A642C1; }
a { background-color: rgb(166,66,193); }
div.DivClassName
{
background-color: #A642C1;
}
.BgClassName
{
background-color: #A642C1;
}
</style>
border-color css
<style>
span { border-color: #A642C1; }
span { border-color: rgb(166,66,193); }
td.TdClassName
{
border-color: #A642C1;
}
.TagClassName
{
border-color: #A642C1;
}
</style>