Shades of Dark Orchid #A628DB
Tints of Dark Orchid #A628DB
RGB
CMYK
RGB Variations
Color information
#A628DB (or 0xA628DB) is known color: Dark Orchid. HEX triplet: A6, 28 and DB. RGB value is (166,40,219). Sum of RGB (Red+Green+Blue) = 166+40+219=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #A628DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A628DB is #59D724. Grayscale: #616161. Windows color (decimal): -5887781 or 14362790. OLE color: 14362790.
HSL color Cylindrical-coordinate representation of color #A628DB: hue angle of 282.23º degrees, saturation: 0.71, 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 #A628DB is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 40 | 219 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.14 |
| HSL | 282.23º | 0.71% | 0.51% | - |
| HSV(B) | 282.23º | 0.82% | 0.86% | - |
| XYZ | 29.27 | 14.74 | 68.32 | - |
| YUV | 98.08 | 196.24 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 219 | 0.24 | 0.82 | 0 | 0.14 | 282.23 | 0.71 | 0.51 |
| Hex | A6 | 28 | DB | 18 | 52 | 0 | E | 11A | 47 | 33 |
| Octal | 246 | 50 | 333 | 30 | 122 | 0 | 16 | 432 | 107 | 63 |
| Binary | 10100110 | 101000 | 11011011 | 11000 | 1010010 | 0 | 1110 | 100011010 | 1000111 | 110011 |
Color Harmonies of #A628DB
Complementary color
Monochromatic Colors of #A628DB
Black with #A628DB
Text Example
Text Example
White with #A628DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A628DB; }
p { color: rgb(166,40,219); }
H1.HeaderClassName
{
color: #A628DB;
}
.AnyTagClassName
{
color: #A628DB;
}
</style>
background-color css
<style>
a { background-color: #A628DB; }
a { background-color: rgb(166,40,219); }
div.DivClassName
{
background-color: #A628DB;
}
.BgClassName
{
background-color: #A628DB;
}
</style>
border-color css
<style>
span { border-color: #A628DB; }
span { border-color: rgb(166,40,219); }
td.TdClassName
{
border-color: #A628DB;
}
.TagClassName
{
border-color: #A628DB;
}
</style>