Shades of Dark Orchid #A524AB
Tints of Dark Orchid #A524AB
RGB
CMYK
RGB Variations
Color information
#A524AB (or 0xA524AB) is known color: Dark Orchid. HEX triplet: A5, 24 and AB. RGB value is (165,36,171). Sum of RGB (Red+Green+Blue) = 165+36+171=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #A524AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A524AB is #5ADB54. Grayscale: #595959. Windows color (decimal): -5954389 or 11216037. OLE color: 11216037.
HSL color Cylindrical-coordinate representation of color #A524AB: hue angle of 297.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A524AB is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 36 | 171 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.33 |
| HSL | 297.33º | 0.65% | 0.41% | - |
| HSV(B) | 297.33º | 0.79% | 0.67% | - |
| XYZ | 23.5 | 12.2 | 39.64 | - |
| YUV | 89.96 | 173.74 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 171 | 0.04 | 0.79 | 0 | 0.33 | 297.33 | 0.65 | 0.41 |
| Hex | A5 | 24 | AB | 4 | 4F | 0 | 21 | 129 | 41 | 29 |
| Octal | 245 | 44 | 253 | 4 | 117 | 0 | 41 | 451 | 101 | 51 |
| Binary | 10100101 | 100100 | 10101011 | 100 | 1001111 | 0 | 100001 | 100101001 | 1000001 | 101001 |
Color Harmonies of #A524AB
Complementary color
Monochromatic Colors of #A524AB
Black with #A524AB
Text Example
Text Example
White with #A524AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A524AB; }
p { color: rgb(165,36,171); }
H1.HeaderClassName
{
color: #A524AB;
}
.AnyTagClassName
{
color: #A524AB;
}
</style>
background-color css
<style>
a { background-color: #A524AB; }
a { background-color: rgb(165,36,171); }
div.DivClassName
{
background-color: #A524AB;
}
.BgClassName
{
background-color: #A524AB;
}
</style>
border-color css
<style>
span { border-color: #A524AB; }
span { border-color: rgb(165,36,171); }
td.TdClassName
{
border-color: #A524AB;
}
.TagClassName
{
border-color: #A524AB;
}
</style>