Shades of Dark Orchid #A531AB
Tints of Dark Orchid #A531AB
RGB
CMYK
RGB Variations
Color information
#A531AB (or 0xA531AB) is known color: Dark Orchid. HEX triplet: A5, 31 and AB. RGB value is (165,49,171). Sum of RGB (Red+Green+Blue) = 165+49+171=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #A531AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A531AB is #5ACE54. Grayscale: #616161. Windows color (decimal): -5951061 or 11219365. OLE color: 11219365.
HSL color Cylindrical-coordinate representation of color #A531AB: hue angle of 297.05º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A531AB is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 49 | 171 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.33 |
| HSL | 297.05º | 0.55% | 0.43% | - |
| HSV(B) | 297.05º | 0.71% | 0.67% | - |
| XYZ | 23.97 | 13.14 | 39.8 | - |
| YUV | 97.59 | 169.43 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 49 | 171 | 0.04 | 0.71 | 0 | 0.33 | 297.05 | 0.55 | 0.43 |
| Hex | A5 | 31 | AB | 4 | 47 | 0 | 21 | 129 | 37 | 2B |
| Octal | 245 | 61 | 253 | 4 | 107 | 0 | 41 | 451 | 67 | 53 |
| Binary | 10100101 | 110001 | 10101011 | 100 | 1000111 | 0 | 100001 | 100101001 | 110111 | 101011 |
Color Harmonies of #A531AB
Complementary color
Monochromatic Colors of #A531AB
Black with #A531AB
Text Example
Text Example
White with #A531AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A531AB; }
p { color: rgb(165,49,171); }
H1.HeaderClassName
{
color: #A531AB;
}
.AnyTagClassName
{
color: #A531AB;
}
</style>
background-color css
<style>
a { background-color: #A531AB; }
a { background-color: rgb(165,49,171); }
div.DivClassName
{
background-color: #A531AB;
}
.BgClassName
{
background-color: #A531AB;
}
</style>
border-color css
<style>
span { border-color: #A531AB; }
span { border-color: rgb(165,49,171); }
td.TdClassName
{
border-color: #A531AB;
}
.TagClassName
{
border-color: #A531AB;
}
</style>