Shades of Dark Orchid #A52DAB
Tints of Dark Orchid #A52DAB
RGB
CMYK
RGB Variations
Color information
#A52DAB (or 0xA52DAB) is known color: Dark Orchid. HEX triplet: A5, 2D and AB. RGB value is (165,45,171). Sum of RGB (Red+Green+Blue) = 165+45+171=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #A52DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52DAB is #5AD254. Grayscale: #5E5E5E. Windows color (decimal): -5952085 or 11218341. OLE color: 11218341.
HSL color Cylindrical-coordinate representation of color #A52DAB: hue angle of 297.14º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A52DAB is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 45 | 171 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.33 |
| HSL | 297.14º | 0.58% | 0.42% | - |
| HSV(B) | 297.14º | 0.74% | 0.67% | - |
| XYZ | 23.81 | 12.82 | 39.75 | - |
| YUV | 95.24 | 170.76 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 171 | 0.04 | 0.74 | 0 | 0.33 | 297.14 | 0.58 | 0.42 |
| Hex | A5 | 2D | AB | 4 | 4A | 0 | 21 | 129 | 3A | 2A |
| Octal | 245 | 55 | 253 | 4 | 112 | 0 | 41 | 451 | 72 | 52 |
| Binary | 10100101 | 101101 | 10101011 | 100 | 1001010 | 0 | 100001 | 100101001 | 111010 | 101010 |
Color Harmonies of #A52DAB
Complementary color
Monochromatic Colors of #A52DAB
Black with #A52DAB
Text Example
Text Example
White with #A52DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DAB; }
p { color: rgb(165,45,171); }
H1.HeaderClassName
{
color: #A52DAB;
}
.AnyTagClassName
{
color: #A52DAB;
}
</style>
background-color css
<style>
a { background-color: #A52DAB; }
a { background-color: rgb(165,45,171); }
div.DivClassName
{
background-color: #A52DAB;
}
.BgClassName
{
background-color: #A52DAB;
}
</style>
border-color css
<style>
span { border-color: #A52DAB; }
span { border-color: rgb(165,45,171); }
td.TdClassName
{
border-color: #A52DAB;
}
.TagClassName
{
border-color: #A52DAB;
}
</style>