Shades of Dark Orchid #A523DB
Tints of Dark Orchid #A523DB
RGB
CMYK
RGB Variations
Color information
#A523DB (or 0xA523DB) is known color: Dark Orchid. HEX triplet: A5, 23 and DB. RGB value is (165,35,219). Sum of RGB (Red+Green+Blue) = 165+35+219=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #A523DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523DB is #5ADC24. Grayscale: #5E5E5E. Windows color (decimal): -5954597 or 14361509. OLE color: 14361509.
HSL color Cylindrical-coordinate representation of color #A523DB: hue angle of 282.39º degrees, saturation: 0.72, 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 #A523DB is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 35 | 219 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.14 |
| HSL | 282.39º | 0.72% | 0.5% | - |
| HSV(B) | 282.39º | 0.84% | 0.86% | - |
| XYZ | 28.9 | 14.32 | 68.26 | - |
| YUV | 94.85 | 198.07 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 219 | 0.25 | 0.84 | 0 | 0.14 | 282.39 | 0.72 | 0.5 |
| Hex | A5 | 23 | DB | 19 | 54 | 0 | E | 11A | 48 | 32 |
| Octal | 245 | 43 | 333 | 31 | 124 | 0 | 16 | 432 | 110 | 62 |
| Binary | 10100101 | 100011 | 11011011 | 11001 | 1010100 | 0 | 1110 | 100011010 | 1001000 | 110010 |
Color Harmonies of #A523DB
Complementary color
Monochromatic Colors of #A523DB
Black with #A523DB
Text Example
Text Example
White with #A523DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A523DB; }
p { color: rgb(165,35,219); }
H1.HeaderClassName
{
color: #A523DB;
}
.AnyTagClassName
{
color: #A523DB;
}
</style>
background-color css
<style>
a { background-color: #A523DB; }
a { background-color: rgb(165,35,219); }
div.DivClassName
{
background-color: #A523DB;
}
.BgClassName
{
background-color: #A523DB;
}
</style>
border-color css
<style>
span { border-color: #A523DB; }
span { border-color: rgb(165,35,219); }
td.TdClassName
{
border-color: #A523DB;
}
.TagClassName
{
border-color: #A523DB;
}
</style>