Shades of Dark Orchid #A628DC
Tints of Dark Orchid #A628DC
RGB
CMYK
RGB Variations
Color information
#A628DC (or 0xA628DC) is known color: Dark Orchid. HEX triplet: A6, 28 and DC. RGB value is (166,40,220). Sum of RGB (Red+Green+Blue) = 166+40+220=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #A628DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A628DC is #59D723. Grayscale: #616161. Windows color (decimal): -5887780 or 14428326. OLE color: 14428326.
HSL color Cylindrical-coordinate representation of color #A628DC: hue angle of 282º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A628DC is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 40 | 220 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.14 |
| HSL | 282º | 0.72% | 0.51% | - |
| HSV(B) | 282º | 0.82% | 0.86% | - |
| XYZ | 29.4 | 14.79 | 69.02 | - |
| YUV | 98.19 | 196.74 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 220 | 0.25 | 0.82 | 0 | 0.14 | 282 | 0.72 | 0.51 |
| Hex | A6 | 28 | DC | 19 | 52 | 0 | E | 11A | 48 | 33 |
| Octal | 246 | 50 | 334 | 31 | 122 | 0 | 16 | 432 | 110 | 63 |
| Binary | 10100110 | 101000 | 11011100 | 11001 | 1010010 | 0 | 1110 | 100011010 | 1001000 | 110011 |
Color Harmonies of #A628DC
Complementary color
Monochromatic Colors of #A628DC
Black with #A628DC
Text Example
Text Example
White with #A628DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A628DC; }
p { color: rgb(166,40,220); }
H1.HeaderClassName
{
color: #A628DC;
}
.AnyTagClassName
{
color: #A628DC;
}
</style>
background-color css
<style>
a { background-color: #A628DC; }
a { background-color: rgb(166,40,220); }
div.DivClassName
{
background-color: #A628DC;
}
.BgClassName
{
background-color: #A628DC;
}
</style>
border-color css
<style>
span { border-color: #A628DC; }
span { border-color: rgb(166,40,220); }
td.TdClassName
{
border-color: #A628DC;
}
.TagClassName
{
border-color: #A628DC;
}
</style>