Shades of Dark Orchid #A623DC
Tints of Dark Orchid #A623DC
RGB
CMYK
RGB Variations
Color information
#A623DC (or 0xA623DC) is known color: Dark Orchid. HEX triplet: A6, 23 and DC. RGB value is (166,35,220). Sum of RGB (Red+Green+Blue) = 166+35+220=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #A623DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A623DC is #59DC23. Grayscale: #5E5E5E. Windows color (decimal): -5889060 or 14427046. OLE color: 14427046.
HSL color Cylindrical-coordinate representation of color #A623DC: hue angle of 282.49º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A623DC is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 35 | 220 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.14 |
| HSL | 282.49º | 0.73% | 0.5% | - |
| HSV(B) | 282.49º | 0.84% | 0.86% | - |
| XYZ | 29.25 | 14.48 | 68.96 | - |
| YUV | 95.26 | 198.4 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 220 | 0.25 | 0.84 | 0 | 0.14 | 282.49 | 0.73 | 0.5 |
| Hex | A6 | 23 | DC | 19 | 54 | 0 | E | 11A | 49 | 32 |
| Octal | 246 | 43 | 334 | 31 | 124 | 0 | 16 | 432 | 111 | 62 |
| Binary | 10100110 | 100011 | 11011100 | 11001 | 1010100 | 0 | 1110 | 100011010 | 1001001 | 110010 |
Color Harmonies of #A623DC
Complementary color
Monochromatic Colors of #A623DC
Black with #A623DC
Text Example
Text Example
White with #A623DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A623DC; }
p { color: rgb(166,35,220); }
H1.HeaderClassName
{
color: #A623DC;
}
.AnyTagClassName
{
color: #A623DC;
}
</style>
background-color css
<style>
a { background-color: #A623DC; }
a { background-color: rgb(166,35,220); }
div.DivClassName
{
background-color: #A623DC;
}
.BgClassName
{
background-color: #A623DC;
}
</style>
border-color css
<style>
span { border-color: #A623DC; }
span { border-color: rgb(166,35,220); }
td.TdClassName
{
border-color: #A623DC;
}
.TagClassName
{
border-color: #A623DC;
}
</style>