Shades of Dark Orchid #A531BA
Tints of Dark Orchid #A531BA
RGB
CMYK
RGB Variations
Color information
#A531BA (or 0xA531BA) is known color: Dark Orchid. HEX triplet: A5, 31 and BA. RGB value is (165,49,186). Sum of RGB (Red+Green+Blue) = 165+49+186=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #A531BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A531BA is #5ACE45. Grayscale: #626262. Windows color (decimal): -5951046 or 12202405. OLE color: 12202405.
HSL color Cylindrical-coordinate representation of color #A531BA: hue angle of 290.8º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A531BA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 49 | 186 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.27 |
| HSL | 290.8º | 0.58% | 0.46% | - |
| HSV(B) | 290.8º | 0.74% | 0.73% | - |
| XYZ | 25.48 | 13.74 | 47.76 | - |
| YUV | 99.3 | 176.93 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 49 | 186 | 0.11 | 0.74 | 0 | 0.27 | 290.8 | 0.58 | 0.46 |
| Hex | A5 | 31 | BA | B | 4A | 0 | 1B | 123 | 3A | 2E |
| Octal | 245 | 61 | 272 | 13 | 112 | 0 | 33 | 443 | 72 | 56 |
| Binary | 10100101 | 110001 | 10111010 | 1011 | 1001010 | 0 | 11011 | 100100011 | 111010 | 101110 |
Color Harmonies of #A531BA
Complementary color
Monochromatic Colors of #A531BA
Black with #A531BA
Text Example
Text Example
White with #A531BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A531BA; }
p { color: rgb(165,49,186); }
H1.HeaderClassName
{
color: #A531BA;
}
.AnyTagClassName
{
color: #A531BA;
}
</style>
background-color css
<style>
a { background-color: #A531BA; }
a { background-color: rgb(165,49,186); }
div.DivClassName
{
background-color: #A531BA;
}
.BgClassName
{
background-color: #A531BA;
}
</style>
border-color css
<style>
span { border-color: #A531BA; }
span { border-color: rgb(165,49,186); }
td.TdClassName
{
border-color: #A531BA;
}
.TagClassName
{
border-color: #A531BA;
}
</style>