Shades of Dark Orchid #A642DB
Tints of Dark Orchid #A642DB
RGB
CMYK
RGB Variations
Color information
#A642DB (or 0xA642DB) is known color: Dark Orchid. HEX triplet: A6, 42 and DB. RGB value is (166,66,219). Sum of RGB (Red+Green+Blue) = 166+66+219=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #A642DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642DB is #59BD24. Grayscale: #707070. Windows color (decimal): -5881125 or 14369446. OLE color: 14369446.
HSL color Cylindrical-coordinate representation of color #A642DB: hue angle of 279.22º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A642DB is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 66 | 219 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.14 |
| HSL | 279.22º | 0.68% | 0.56% | - |
| HSV(B) | 279.22º | 0.7% | 0.86% | - |
| XYZ | 30.46 | 17.12 | 68.72 | - |
| YUV | 113.34 | 187.63 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 219 | 0.24 | 0.70 | 0 | 0.14 | 279.22 | 0.68 | 0.56 |
| Hex | A6 | 42 | DB | 18 | 46 | 0 | E | 117 | 44 | 38 |
| Octal | 246 | 102 | 333 | 30 | 106 | 0 | 16 | 427 | 104 | 70 |
| Binary | 10100110 | 1000010 | 11011011 | 11000 | 1000110 | 0 | 1110 | 100010111 | 1000100 | 111000 |
Color Harmonies of #A642DB
Complementary color
Monochromatic Colors of #A642DB
Black with #A642DB
Text Example
Text Example
White with #A642DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A642DB; }
p { color: rgb(166,66,219); }
H1.HeaderClassName
{
color: #A642DB;
}
.AnyTagClassName
{
color: #A642DB;
}
</style>
background-color css
<style>
a { background-color: #A642DB; }
a { background-color: rgb(166,66,219); }
div.DivClassName
{
background-color: #A642DB;
}
.BgClassName
{
background-color: #A642DB;
}
</style>
border-color css
<style>
span { border-color: #A642DB; }
span { border-color: rgb(166,66,219); }
td.TdClassName
{
border-color: #A642DB;
}
.TagClassName
{
border-color: #A642DB;
}
</style>