Shades of Dark Orchid #A642CD
Tints of Dark Orchid #A642CD
RGB
CMYK
RGB Variations
Color information
#A642CD (or 0xA642CD) is known color: Dark Orchid. HEX triplet: A6, 42 and CD. RGB value is (166,66,205). Sum of RGB (Red+Green+Blue) = 166+66+205=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #A642CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642CD is #59BD32. Grayscale: #6F6F6F. Windows color (decimal): -5881139 or 13451942. OLE color: 13451942.
HSL color Cylindrical-coordinate representation of color #A642CD: hue angle of 283.17º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A642CD is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 66 | 205 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.20 |
| HSL | 283.17º | 0.58% | 0.53% | - |
| HSV(B) | 283.17º | 0.68% | 0.8% | - |
| XYZ | 28.69 | 16.41 | 59.41 | - |
| YUV | 111.75 | 180.63 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 205 | 0.19 | 0.68 | 0 | 0.20 | 283.17 | 0.58 | 0.53 |
| Hex | A6 | 42 | CD | 13 | 44 | 0 | 14 | 11B | 3A | 35 |
| Octal | 246 | 102 | 315 | 23 | 104 | 0 | 24 | 433 | 72 | 65 |
| Binary | 10100110 | 1000010 | 11001101 | 10011 | 1000100 | 0 | 10100 | 100011011 | 111010 | 110101 |
Color Harmonies of #A642CD
Complementary color
Monochromatic Colors of #A642CD
Black with #A642CD
Text Example
Text Example
White with #A642CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A642CD; }
p { color: rgb(166,66,205); }
H1.HeaderClassName
{
color: #A642CD;
}
.AnyTagClassName
{
color: #A642CD;
}
</style>
background-color css
<style>
a { background-color: #A642CD; }
a { background-color: rgb(166,66,205); }
div.DivClassName
{
background-color: #A642CD;
}
.BgClassName
{
background-color: #A642CD;
}
</style>
border-color css
<style>
span { border-color: #A642CD; }
span { border-color: rgb(166,66,205); }
td.TdClassName
{
border-color: #A642CD;
}
.TagClassName
{
border-color: #A642CD;
}
</style>