Shades of Dark Orchid #A623AD
Tints of Dark Orchid #A623AD
RGB
CMYK
RGB Variations
Color information
#A623AD (or 0xA623AD) is known color: Dark Orchid. HEX triplet: A6, 23 and AD. RGB value is (166,35,173). Sum of RGB (Red+Green+Blue) = 166+35+173=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #A623AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A623AD is #59DC52. Grayscale: #595959. Windows color (decimal): -5889107 or 11346854. OLE color: 11346854.
HSL color Cylindrical-coordinate representation of color #A623AD: hue angle of 296.96º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A623AD is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 35 | 173 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.32 |
| HSL | 296.96º | 0.66% | 0.41% | - |
| HSV(B) | 296.96º | 0.8% | 0.68% | - |
| XYZ | 23.87 | 12.33 | 40.66 | - |
| YUV | 89.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 173 | 0.04 | 0.80 | 0 | 0.32 | 296.96 | 0.66 | 0.41 |
| Hex | A6 | 23 | AD | 4 | 50 | 0 | 20 | 129 | 42 | 29 |
| Octal | 246 | 43 | 255 | 4 | 120 | 0 | 40 | 451 | 102 | 51 |
| Binary | 10100110 | 100011 | 10101101 | 100 | 1010000 | 0 | 100000 | 100101001 | 1000010 | 101001 |
Color Harmonies of #A623AD
Complementary color
Monochromatic Colors of #A623AD
Black with #A623AD
Text Example
Text Example
White with #A623AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A623AD; }
p { color: rgb(166,35,173); }
H1.HeaderClassName
{
color: #A623AD;
}
.AnyTagClassName
{
color: #A623AD;
}
</style>
background-color css
<style>
a { background-color: #A623AD; }
a { background-color: rgb(166,35,173); }
div.DivClassName
{
background-color: #A623AD;
}
.BgClassName
{
background-color: #A623AD;
}
</style>
border-color css
<style>
span { border-color: #A623AD; }
span { border-color: rgb(166,35,173); }
td.TdClassName
{
border-color: #A623AD;
}
.TagClassName
{
border-color: #A623AD;
}
</style>