Shades of Dark Orchid #A523CE
Tints of Dark Orchid #A523CE
RGB
CMYK
RGB Variations
Color information
#A523CE (or 0xA523CE) is known color: Dark Orchid. HEX triplet: A5, 23 and CE. RGB value is (165,35,206). Sum of RGB (Red+Green+Blue) = 165+35+206=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #A523CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523CE is #5ADC31. Grayscale: #5C5C5C. Windows color (decimal): -5954610 or 13509541. OLE color: 13509541.
HSL color Cylindrical-coordinate representation of color #A523CE: hue angle of 285.61º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A523CE is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 35 | 206 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.19 |
| HSL | 285.61º | 0.71% | 0.47% | - |
| HSV(B) | 285.61º | 0.83% | 0.81% | - |
| XYZ | 27.26 | 13.66 | 59.59 | - |
| YUV | 93.36 | 191.57 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 206 | 0.20 | 0.83 | 0 | 0.19 | 285.61 | 0.71 | 0.47 |
| Hex | A5 | 23 | CE | 14 | 53 | 0 | 13 | 11E | 47 | 2F |
| Octal | 245 | 43 | 316 | 24 | 123 | 0 | 23 | 436 | 107 | 57 |
| Binary | 10100101 | 100011 | 11001110 | 10100 | 1010011 | 0 | 10011 | 100011110 | 1000111 | 101111 |
Color Harmonies of #A523CE
Complementary color
Monochromatic Colors of #A523CE
Black with #A523CE
Text Example
Text Example
White with #A523CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A523CE; }
p { color: rgb(165,35,206); }
H1.HeaderClassName
{
color: #A523CE;
}
.AnyTagClassName
{
color: #A523CE;
}
</style>
background-color css
<style>
a { background-color: #A523CE; }
a { background-color: rgb(165,35,206); }
div.DivClassName
{
background-color: #A523CE;
}
.BgClassName
{
background-color: #A523CE;
}
</style>
border-color css
<style>
span { border-color: #A523CE; }
span { border-color: rgb(165,35,206); }
td.TdClassName
{
border-color: #A523CE;
}
.TagClassName
{
border-color: #A523CE;
}
</style>