Shades of Dark Orchid #A642C8
Tints of Dark Orchid #A642C8
RGB
CMYK
RGB Variations
Color information
#A642C8 (or 0xA642C8) is known color: Dark Orchid. HEX triplet: A6, 42 and C8. RGB value is (166,66,200). Sum of RGB (Red+Green+Blue) = 166+66+200=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 200 - color contains mainly: blue. Hex color #A642C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642C8 is #59BD37. Grayscale: #6E6E6E. Windows color (decimal): -5881144 or 13124262. OLE color: 13124262.
HSL color Cylindrical-coordinate representation of color #A642C8: hue angle of 284.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A642C8 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 66 | 200 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.22 |
| HSL | 284.78º | 0.55% | 0.52% | - |
| HSV(B) | 284.78º | 0.67% | 0.78% | - |
| XYZ | 28.1 | 16.17 | 56.28 | - |
| YUV | 111.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 200 | 0.17 | 0.67 | 0 | 0.22 | 284.78 | 0.55 | 0.52 |
| Hex | A6 | 42 | C8 | 11 | 43 | 0 | 16 | 11D | 37 | 34 |
| Octal | 246 | 102 | 310 | 21 | 103 | 0 | 26 | 435 | 67 | 64 |
| Binary | 10100110 | 1000010 | 11001000 | 10001 | 1000011 | 0 | 10110 | 100011101 | 110111 | 110100 |
Color Harmonies of #A642C8
Complementary color
Monochromatic Colors of #A642C8
Black with #A642C8
Text Example
Text Example
White with #A642C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A642C8; }
p { color: rgb(166,66,200); }
H1.HeaderClassName
{
color: #A642C8;
}
.AnyTagClassName
{
color: #A642C8;
}
</style>
background-color css
<style>
a { background-color: #A642C8; }
a { background-color: rgb(166,66,200); }
div.DivClassName
{
background-color: #A642C8;
}
.BgClassName
{
background-color: #A642C8;
}
</style>
border-color css
<style>
span { border-color: #A642C8; }
span { border-color: rgb(166,66,200); }
td.TdClassName
{
border-color: #A642C8;
}
.TagClassName
{
border-color: #A642C8;
}
</style>