Shades of Dark Orchid #A523D8
Tints of Dark Orchid #A523D8
RGB
CMYK
RGB Variations
Color information
#A523D8 (or 0xA523D8) is known color: Dark Orchid. HEX triplet: A5, 23 and D8. RGB value is (165,35,216). Sum of RGB (Red+Green+Blue) = 165+35+216=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #A523D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523D8 is #5ADC27. Grayscale: #5D5D5D. Windows color (decimal): -5954600 or 14164901. OLE color: 14164901.
HSL color Cylindrical-coordinate representation of color #A523D8: hue angle of 283.09º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A523D8 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 35 | 216 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.15 |
| HSL | 283.09º | 0.72% | 0.49% | - |
| HSV(B) | 283.09º | 0.84% | 0.85% | - |
| XYZ | 28.51 | 14.16 | 66.2 | - |
| YUV | 94.5 | 196.57 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 216 | 0.24 | 0.84 | 0 | 0.15 | 283.09 | 0.72 | 0.49 |
| Hex | A5 | 23 | D8 | 18 | 54 | 0 | F | 11B | 48 | 31 |
| Octal | 245 | 43 | 330 | 30 | 124 | 0 | 17 | 433 | 110 | 61 |
| Binary | 10100101 | 100011 | 11011000 | 11000 | 1010100 | 0 | 1111 | 100011011 | 1001000 | 110001 |
Color Harmonies of #A523D8
Complementary color
Monochromatic Colors of #A523D8
Black with #A523D8
Text Example
Text Example
White with #A523D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A523D8; }
p { color: rgb(165,35,216); }
H1.HeaderClassName
{
color: #A523D8;
}
.AnyTagClassName
{
color: #A523D8;
}
</style>
background-color css
<style>
a { background-color: #A523D8; }
a { background-color: rgb(165,35,216); }
div.DivClassName
{
background-color: #A523D8;
}
.BgClassName
{
background-color: #A523D8;
}
</style>
border-color css
<style>
span { border-color: #A523D8; }
span { border-color: rgb(165,35,216); }
td.TdClassName
{
border-color: #A523D8;
}
.TagClassName
{
border-color: #A523D8;
}
</style>