Shades of Dark Orchid #A52BAB
Tints of Dark Orchid #A52BAB
RGB
CMYK
RGB Variations
Color information
#A52BAB (or 0xA52BAB) is known color: Dark Orchid. HEX triplet: A5, 2B and AB. RGB value is (165,43,171). Sum of RGB (Red+Green+Blue) = 165+43+171=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #A52BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52BAB is #5AD454. Grayscale: #5D5D5D. Windows color (decimal): -5952597 or 11217829. OLE color: 11217829.
HSL color Cylindrical-coordinate representation of color #A52BAB: hue angle of 297.19º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52BAB is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 43 | 171 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.33 |
| HSL | 297.19º | 0.6% | 0.42% | - |
| HSV(B) | 297.19º | 0.75% | 0.67% | - |
| XYZ | 23.73 | 12.67 | 39.72 | - |
| YUV | 94.07 | 171.42 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 43 | 171 | 0.04 | 0.75 | 0 | 0.33 | 297.19 | 0.6 | 0.42 |
| Hex | A5 | 2B | AB | 4 | 4B | 0 | 21 | 129 | 3C | 2A |
| Octal | 245 | 53 | 253 | 4 | 113 | 0 | 41 | 451 | 74 | 52 |
| Binary | 10100101 | 101011 | 10101011 | 100 | 1001011 | 0 | 100001 | 100101001 | 111100 | 101010 |
Color Harmonies of #A52BAB
Complementary color
Monochromatic Colors of #A52BAB
Black with #A52BAB
Text Example
Text Example
White with #A52BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52BAB; }
p { color: rgb(165,43,171); }
H1.HeaderClassName
{
color: #A52BAB;
}
.AnyTagClassName
{
color: #A52BAB;
}
</style>
background-color css
<style>
a { background-color: #A52BAB; }
a { background-color: rgb(165,43,171); }
div.DivClassName
{
background-color: #A52BAB;
}
.BgClassName
{
background-color: #A52BAB;
}
</style>
border-color css
<style>
span { border-color: #A52BAB; }
span { border-color: rgb(165,43,171); }
td.TdClassName
{
border-color: #A52BAB;
}
.TagClassName
{
border-color: #A52BAB;
}
</style>