Shades of Dark Orchid #A628AD
Tints of Dark Orchid #A628AD
RGB
CMYK
RGB Variations
Color information
#A628AD (or 0xA628AD) is known color: Dark Orchid. HEX triplet: A6, 28 and AD. RGB value is (166,40,173). Sum of RGB (Red+Green+Blue) = 166+40+173=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #A628AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A628AD is #59D752. Grayscale: #5C5C5C. Windows color (decimal): -5887827 or 11348134. OLE color: 11348134.
HSL color Cylindrical-coordinate representation of color #A628AD: hue angle of 296.84º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A628AD is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 40 | 173 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.32 |
| HSL | 296.84º | 0.62% | 0.42% | - |
| HSV(B) | 296.84º | 0.77% | 0.68% | - |
| XYZ | 24.03 | 12.64 | 40.71 | - |
| YUV | 92.84 | 173.24 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 173 | 0.04 | 0.77 | 0 | 0.32 | 296.84 | 0.62 | 0.42 |
| Hex | A6 | 28 | AD | 4 | 4D | 0 | 20 | 129 | 3E | 2A |
| Octal | 246 | 50 | 255 | 4 | 115 | 0 | 40 | 451 | 76 | 52 |
| Binary | 10100110 | 101000 | 10101101 | 100 | 1001101 | 0 | 100000 | 100101001 | 111110 | 101010 |
Color Harmonies of #A628AD
Complementary color
Monochromatic Colors of #A628AD
Black with #A628AD
Text Example
Text Example
White with #A628AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A628AD; }
p { color: rgb(166,40,173); }
H1.HeaderClassName
{
color: #A628AD;
}
.AnyTagClassName
{
color: #A628AD;
}
</style>
background-color css
<style>
a { background-color: #A628AD; }
a { background-color: rgb(166,40,173); }
div.DivClassName
{
background-color: #A628AD;
}
.BgClassName
{
background-color: #A628AD;
}
</style>
border-color css
<style>
span { border-color: #A628AD; }
span { border-color: rgb(166,40,173); }
td.TdClassName
{
border-color: #A628AD;
}
.TagClassName
{
border-color: #A628AD;
}
</style>