Shades of Dark Orchid #A52AAA
Tints of Dark Orchid #A52AAA
RGB
CMYK
RGB Variations
Color information
#A52AAA (or 0xA52AAA) is known color: Dark Orchid. HEX triplet: A5, 2A and AA. RGB value is (165,42,170). Sum of RGB (Red+Green+Blue) = 165+42+170=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #A52AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52AAA is #5AD555. Grayscale: #5C5C5C. Windows color (decimal): -5952854 or 11152037. OLE color: 11152037.
HSL color Cylindrical-coordinate representation of color #A52AAA: hue angle of 297.66º 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 #A52AAA is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 42 | 170 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.33 |
| HSL | 297.66º | 0.6% | 0.42% | - |
| HSV(B) | 297.66º | 0.75% | 0.67% | - |
| XYZ | 23.6 | 12.56 | 39.21 | - |
| YUV | 93.37 | 171.25 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 170 | 0.03 | 0.75 | 0 | 0.33 | 297.66 | 0.6 | 0.42 |
| Hex | A5 | 2A | AA | 3 | 4B | 0 | 21 | 12A | 3C | 2A |
| Octal | 245 | 52 | 252 | 3 | 113 | 0 | 41 | 452 | 74 | 52 |
| Binary | 10100101 | 101010 | 10101010 | 11 | 1001011 | 0 | 100001 | 100101010 | 111100 | 101010 |
Color Harmonies of #A52AAA
Complementary color
Monochromatic Colors of #A52AAA
Black with #A52AAA
Text Example
Text Example
White with #A52AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52AAA; }
p { color: rgb(165,42,170); }
H1.HeaderClassName
{
color: #A52AAA;
}
.AnyTagClassName
{
color: #A52AAA;
}
</style>
background-color css
<style>
a { background-color: #A52AAA; }
a { background-color: rgb(165,42,170); }
div.DivClassName
{
background-color: #A52AAA;
}
.BgClassName
{
background-color: #A52AAA;
}
</style>
border-color css
<style>
span { border-color: #A52AAA; }
span { border-color: rgb(165,42,170); }
td.TdClassName
{
border-color: #A52AAA;
}
.TagClassName
{
border-color: #A52AAA;
}
</style>