Shades of Dark Orchid #A52FAA
Tints of Dark Orchid #A52FAA
RGB
CMYK
RGB Variations
Color information
#A52FAA (or 0xA52FAA) is known color: Dark Orchid. HEX triplet: A5, 2F and AA. RGB value is (165,47,170). Sum of RGB (Red+Green+Blue) = 165+47+170=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #A52FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52FAA is #5AD055. Grayscale: #5F5F5F. Windows color (decimal): -5951574 or 11153317. OLE color: 11153317.
HSL color Cylindrical-coordinate representation of color #A52FAA: hue angle of 297.56º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A52FAA is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 47 | 170 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.33 |
| HSL | 297.56º | 0.57% | 0.43% | - |
| HSV(B) | 297.56º | 0.72% | 0.67% | - |
| XYZ | 23.79 | 12.93 | 39.27 | - |
| YUV | 96.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 170 | 0.03 | 0.72 | 0 | 0.33 | 297.56 | 0.57 | 0.43 |
| Hex | A5 | 2F | AA | 3 | 48 | 0 | 21 | 12A | 39 | 2B |
| Octal | 245 | 57 | 252 | 3 | 110 | 0 | 41 | 452 | 71 | 53 |
| Binary | 10100101 | 101111 | 10101010 | 11 | 1001000 | 0 | 100001 | 100101010 | 111001 | 101011 |
Color Harmonies of #A52FAA
Complementary color
Monochromatic Colors of #A52FAA
Black with #A52FAA
Text Example
Text Example
White with #A52FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52FAA; }
p { color: rgb(165,47,170); }
H1.HeaderClassName
{
color: #A52FAA;
}
.AnyTagClassName
{
color: #A52FAA;
}
</style>
background-color css
<style>
a { background-color: #A52FAA; }
a { background-color: rgb(165,47,170); }
div.DivClassName
{
background-color: #A52FAA;
}
.BgClassName
{
background-color: #A52FAA;
}
</style>
border-color css
<style>
span { border-color: #A52FAA; }
span { border-color: rgb(165,47,170); }
td.TdClassName
{
border-color: #A52FAA;
}
.TagClassName
{
border-color: #A52FAA;
}
</style>