Shades of Dark Orchid #A523DC
Tints of Dark Orchid #A523DC
RGB
CMYK
RGB Variations
Color information
#A523DC (or 0xA523DC) is known color: Dark Orchid. HEX triplet: A5, 23 and DC. RGB value is (165,35,220). Sum of RGB (Red+Green+Blue) = 165+35+220=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #A523DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523DC is #5ADC23. Grayscale: #5E5E5E. Windows color (decimal): -5954596 or 14427045. OLE color: 14427045.
HSL color Cylindrical-coordinate representation of color #A523DC: hue angle of 282.16º 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 #A523DC is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 35 | 220 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.14 |
| HSL | 282.16º | 0.73% | 0.5% | - |
| HSV(B) | 282.16º | 0.84% | 0.86% | - |
| XYZ | 29.04 | 14.37 | 68.95 | - |
| YUV | 94.96 | 198.57 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 220 | 0.25 | 0.84 | 0 | 0.14 | 282.16 | 0.73 | 0.5 |
| Hex | A5 | 23 | DC | 19 | 54 | 0 | E | 11A | 49 | 32 |
| Octal | 245 | 43 | 334 | 31 | 124 | 0 | 16 | 432 | 111 | 62 |
| Binary | 10100101 | 100011 | 11011100 | 11001 | 1010100 | 0 | 1110 | 100011010 | 1001001 | 110010 |
Color Harmonies of #A523DC
Complementary color
Monochromatic Colors of #A523DC
Black with #A523DC
Text Example
Text Example
White with #A523DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A523DC; }
p { color: rgb(165,35,220); }
H1.HeaderClassName
{
color: #A523DC;
}
.AnyTagClassName
{
color: #A523DC;
}
</style>
background-color css
<style>
a { background-color: #A523DC; }
a { background-color: rgb(165,35,220); }
div.DivClassName
{
background-color: #A523DC;
}
.BgClassName
{
background-color: #A523DC;
}
</style>
border-color css
<style>
span { border-color: #A523DC; }
span { border-color: rgb(165,35,220); }
td.TdClassName
{
border-color: #A523DC;
}
.TagClassName
{
border-color: #A523DC;
}
</style>