Shades of Dark Orchid #A523BA
Tints of Dark Orchid #A523BA
RGB
CMYK
RGB Variations
Color information
#A523BA (or 0xA523BA) is known color: Dark Orchid. HEX triplet: A5, 23 and BA. RGB value is (165,35,186). Sum of RGB (Red+Green+Blue) = 165+35+186=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #A523BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523BA is #5ADC45. Grayscale: #5A5A5A. Windows color (decimal): -5954630 or 12198821. OLE color: 12198821.
HSL color Cylindrical-coordinate representation of color #A523BA: hue angle of 291.66º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A523BA is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 35 | 186 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.27 |
| HSL | 291.66º | 0.68% | 0.43% | - |
| HSV(B) | 291.66º | 0.81% | 0.73% | - |
| XYZ | 24.98 | 12.75 | 47.6 | - |
| YUV | 91.08 | 181.57 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 186 | 0.11 | 0.81 | 0 | 0.27 | 291.66 | 0.68 | 0.43 |
| Hex | A5 | 23 | BA | B | 51 | 0 | 1B | 124 | 44 | 2B |
| Octal | 245 | 43 | 272 | 13 | 121 | 0 | 33 | 444 | 104 | 53 |
| Binary | 10100101 | 100011 | 10111010 | 1011 | 1010001 | 0 | 11011 | 100100100 | 1000100 | 101011 |
Color Harmonies of #A523BA
Complementary color
Monochromatic Colors of #A523BA
Black with #A523BA
Text Example
Text Example
White with #A523BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A523BA; }
p { color: rgb(165,35,186); }
H1.HeaderClassName
{
color: #A523BA;
}
.AnyTagClassName
{
color: #A523BA;
}
</style>
background-color css
<style>
a { background-color: #A523BA; }
a { background-color: rgb(165,35,186); }
div.DivClassName
{
background-color: #A523BA;
}
.BgClassName
{
background-color: #A523BA;
}
</style>
border-color css
<style>
span { border-color: #A523BA; }
span { border-color: rgb(165,35,186); }
td.TdClassName
{
border-color: #A523BA;
}
.TagClassName
{
border-color: #A523BA;
}
</style>