Shades of Dark Orchid #A642D3
Tints of Dark Orchid #A642D3
RGB
CMYK
RGB Variations
Color information
#A642D3 (or 0xA642D3) is known color: Dark Orchid. HEX triplet: A6, 42 and D3. RGB value is (166,66,211). Sum of RGB (Red+Green+Blue) = 166+66+211=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 211 (82.81% from 255 or 47.63% from 443); Max value from RGB is 211 - color contains mainly: blue. Hex color #A642D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642D3 is #59BD2C. Grayscale: #6F6F6F. Windows color (decimal): -5881133 or 13845158. OLE color: 13845158.
HSL color Cylindrical-coordinate representation of color #A642D3: hue angle of 281.38º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A642D3 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 66 | 211 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.17 |
| HSL | 281.38º | 0.62% | 0.54% | - |
| HSV(B) | 281.38º | 0.69% | 0.83% | - |
| XYZ | 29.43 | 16.71 | 63.3 | - |
| YUV | 112.43 | 183.63 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 211 | 0.21 | 0.69 | 0 | 0.17 | 281.38 | 0.62 | 0.54 |
| Hex | A6 | 42 | D3 | 15 | 45 | 0 | 11 | 119 | 3E | 36 |
| Octal | 246 | 102 | 323 | 25 | 105 | 0 | 21 | 431 | 76 | 66 |
| Binary | 10100110 | 1000010 | 11010011 | 10101 | 1000101 | 0 | 10001 | 100011001 | 111110 | 110110 |
Color Harmonies of #A642D3
Complementary color
Monochromatic Colors of #A642D3
Black with #A642D3
Text Example
Text Example
White with #A642D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A642D3; }
p { color: rgb(166,66,211); }
H1.HeaderClassName
{
color: #A642D3;
}
.AnyTagClassName
{
color: #A642D3;
}
</style>
background-color css
<style>
a { background-color: #A642D3; }
a { background-color: rgb(166,66,211); }
div.DivClassName
{
background-color: #A642D3;
}
.BgClassName
{
background-color: #A642D3;
}
</style>
border-color css
<style>
span { border-color: #A642D3; }
span { border-color: rgb(166,66,211); }
td.TdClassName
{
border-color: #A642D3;
}
.TagClassName
{
border-color: #A642D3;
}
</style>