Shades of Dark Orchid #A52CA9
Tints of Dark Orchid #A52CA9
RGB
CMYK
RGB Variations
Color information
#A52CA9 (or 0xA52CA9) is known color: Dark Orchid. HEX triplet: A5, 2C and A9. RGB value is (165,44,169). Sum of RGB (Red+Green+Blue) = 165+44+169=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #A52CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52CA9 is #5AD356. Grayscale: #5E5E5E. Windows color (decimal): -5952343 or 11087013. OLE color: 11087013.
HSL color Cylindrical-coordinate representation of color #A52CA9: hue angle of 298.08º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A52CA9 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 44 | 169 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.34 |
| HSL | 298.08º | 0.59% | 0.42% | - |
| HSV(B) | 298.08º | 0.74% | 0.66% | - |
| XYZ | 23.58 | 12.67 | 38.74 | - |
| YUV | 94.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 169 | 0.02 | 0.74 | 0 | 0.34 | 298.08 | 0.59 | 0.42 |
| Hex | A5 | 2C | A9 | 2 | 4A | 0 | 22 | 12A | 3B | 2A |
| Octal | 245 | 54 | 251 | 2 | 112 | 0 | 42 | 452 | 73 | 52 |
| Binary | 10100101 | 101100 | 10101001 | 10 | 1001010 | 0 | 100010 | 100101010 | 111011 | 101010 |
Color Harmonies of #A52CA9
Complementary color
Monochromatic Colors of #A52CA9
Black with #A52CA9
Text Example
Text Example
White with #A52CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52CA9; }
p { color: rgb(165,44,169); }
H1.HeaderClassName
{
color: #A52CA9;
}
.AnyTagClassName
{
color: #A52CA9;
}
</style>
background-color css
<style>
a { background-color: #A52CA9; }
a { background-color: rgb(165,44,169); }
div.DivClassName
{
background-color: #A52CA9;
}
.BgClassName
{
background-color: #A52CA9;
}
</style>
border-color css
<style>
span { border-color: #A52CA9; }
span { border-color: rgb(165,44,169); }
td.TdClassName
{
border-color: #A52CA9;
}
.TagClassName
{
border-color: #A52CA9;
}
</style>