Shades of Dark Orchid #A52BAA
Tints of Dark Orchid #A52BAA
RGB
CMYK
RGB Variations
Color information
#A52BAA (or 0xA52BAA) is known color: Dark Orchid. HEX triplet: A5, 2B and AA. RGB value is (165,43,170). Sum of RGB (Red+Green+Blue) = 165+43+170=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #A52BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52BAA is #5AD455. Grayscale: #5D5D5D. Windows color (decimal): -5952598 or 11152293. OLE color: 11152293.
HSL color Cylindrical-coordinate representation of color #A52BAA: hue angle of 297.64º 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 #A52BAA is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 43 | 170 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.33 |
| HSL | 297.64º | 0.6% | 0.42% | - |
| HSV(B) | 297.64º | 0.75% | 0.67% | - |
| XYZ | 23.64 | 12.63 | 39.22 | - |
| YUV | 93.96 | 170.92 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 43 | 170 | 0.03 | 0.75 | 0 | 0.33 | 297.64 | 0.6 | 0.42 |
| Hex | A5 | 2B | AA | 3 | 4B | 0 | 21 | 12A | 3C | 2A |
| Octal | 245 | 53 | 252 | 3 | 113 | 0 | 41 | 452 | 74 | 52 |
| Binary | 10100101 | 101011 | 10101010 | 11 | 1001011 | 0 | 100001 | 100101010 | 111100 | 101010 |
Color Harmonies of #A52BAA
Complementary color
Monochromatic Colors of #A52BAA
Black with #A52BAA
Text Example
Text Example
White with #A52BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52BAA; }
p { color: rgb(165,43,170); }
H1.HeaderClassName
{
color: #A52BAA;
}
.AnyTagClassName
{
color: #A52BAA;
}
</style>
background-color css
<style>
a { background-color: #A52BAA; }
a { background-color: rgb(165,43,170); }
div.DivClassName
{
background-color: #A52BAA;
}
.BgClassName
{
background-color: #A52BAA;
}
</style>
border-color css
<style>
span { border-color: #A52BAA; }
span { border-color: rgb(165,43,170); }
td.TdClassName
{
border-color: #A52BAA;
}
.TagClassName
{
border-color: #A52BAA;
}
</style>