Shades of Dark Orchid #A623DA
Tints of Dark Orchid #A623DA
RGB
CMYK
RGB Variations
Color information
#A623DA (or 0xA623DA) is known color: Dark Orchid. HEX triplet: A6, 23 and DA. RGB value is (166,35,218). Sum of RGB (Red+Green+Blue) = 166+35+218=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #A623DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A623DA is #59DC25. Grayscale: #5E5E5E. Windows color (decimal): -5889062 or 14295974. OLE color: 14295974.
HSL color Cylindrical-coordinate representation of color #A623DA: hue angle of 282.95º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A623DA is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 35 | 218 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.15 |
| HSL | 282.95º | 0.72% | 0.5% | - |
| HSV(B) | 282.95º | 0.84% | 0.85% | - |
| XYZ | 28.98 | 14.37 | 67.58 | - |
| YUV | 95.03 | 197.4 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 218 | 0.24 | 0.84 | 0 | 0.15 | 282.95 | 0.72 | 0.5 |
| Hex | A6 | 23 | DA | 18 | 54 | 0 | F | 11B | 48 | 32 |
| Octal | 246 | 43 | 332 | 30 | 124 | 0 | 17 | 433 | 110 | 62 |
| Binary | 10100110 | 100011 | 11011010 | 11000 | 1010100 | 0 | 1111 | 100011011 | 1001000 | 110010 |
Color Harmonies of #A623DA
Complementary color
Monochromatic Colors of #A623DA
Black with #A623DA
Text Example
Text Example
White with #A623DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A623DA; }
p { color: rgb(166,35,218); }
H1.HeaderClassName
{
color: #A623DA;
}
.AnyTagClassName
{
color: #A623DA;
}
</style>
background-color css
<style>
a { background-color: #A623DA; }
a { background-color: rgb(166,35,218); }
div.DivClassName
{
background-color: #A623DA;
}
.BgClassName
{
background-color: #A623DA;
}
</style>
border-color css
<style>
span { border-color: #A623DA; }
span { border-color: rgb(166,35,218); }
td.TdClassName
{
border-color: #A623DA;
}
.TagClassName
{
border-color: #A623DA;
}
</style>