Shades of Dark Orchid #A532BA
Tints of Dark Orchid #A532BA
RGB
CMYK
RGB Variations
Color information
#A532BA (or 0xA532BA) is known color: Dark Orchid. HEX triplet: A5, 32 and BA. RGB value is (165,50,186). Sum of RGB (Red+Green+Blue) = 165+50+186=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #A532BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A532BA is #5ACD45. Grayscale: #636363. Windows color (decimal): -5950790 or 12202661. OLE color: 12202661.
HSL color Cylindrical-coordinate representation of color #A532BA: hue angle of 290.74º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A532BA is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 50 | 186 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.27 |
| HSL | 290.74º | 0.58% | 0.46% | - |
| HSV(B) | 290.74º | 0.73% | 0.73% | - |
| XYZ | 25.52 | 13.83 | 47.78 | - |
| YUV | 99.89 | 176.6 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 186 | 0.11 | 0.73 | 0 | 0.27 | 290.74 | 0.58 | 0.46 |
| Hex | A5 | 32 | BA | B | 49 | 0 | 1B | 123 | 3A | 2E |
| Octal | 245 | 62 | 272 | 13 | 111 | 0 | 33 | 443 | 72 | 56 |
| Binary | 10100101 | 110010 | 10111010 | 1011 | 1001001 | 0 | 11011 | 100100011 | 111010 | 101110 |
Color Harmonies of #A532BA
Complementary color
Monochromatic Colors of #A532BA
Black with #A532BA
Text Example
Text Example
White with #A532BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A532BA; }
p { color: rgb(165,50,186); }
H1.HeaderClassName
{
color: #A532BA;
}
.AnyTagClassName
{
color: #A532BA;
}
</style>
background-color css
<style>
a { background-color: #A532BA; }
a { background-color: rgb(165,50,186); }
div.DivClassName
{
background-color: #A532BA;
}
.BgClassName
{
background-color: #A532BA;
}
</style>
border-color css
<style>
span { border-color: #A532BA; }
span { border-color: rgb(165,50,186); }
td.TdClassName
{
border-color: #A532BA;
}
.TagClassName
{
border-color: #A532BA;
}
</style>