Shades of Dark Orchid #A52BA8
Tints of Dark Orchid #A52BA8
RGB
CMYK
RGB Variations
Color information
#A52BA8 (or 0xA52BA8) is known color: Dark Orchid. HEX triplet: A5, 2B and A8. RGB value is (165,43,168). Sum of RGB (Red+Green+Blue) = 165+43+168=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 168 - color contains mainly: blue. Hex color #A52BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52BA8 is #5AD457. Grayscale: #5D5D5D. Windows color (decimal): -5952600 or 11021221. OLE color: 11021221.
HSL color Cylindrical-coordinate representation of color #A52BA8: hue angle of 298.56º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A52BA8 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 43 | 168 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.34 |
| HSL | 298.56º | 0.59% | 0.41% | - |
| HSV(B) | 298.56º | 0.74% | 0.66% | - |
| XYZ | 23.45 | 12.55 | 38.23 | - |
| YUV | 93.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 43 | 168 | 0.02 | 0.74 | 0 | 0.34 | 298.56 | 0.59 | 0.41 |
| Hex | A5 | 2B | A8 | 2 | 4A | 0 | 22 | 12B | 3B | 29 |
| Octal | 245 | 53 | 250 | 2 | 112 | 0 | 42 | 453 | 73 | 51 |
| Binary | 10100101 | 101011 | 10101000 | 10 | 1001010 | 0 | 100010 | 100101011 | 111011 | 101001 |
Color Harmonies of #A52BA8
Complementary color
Monochromatic Colors of #A52BA8
Black with #A52BA8
Text Example
Text Example
White with #A52BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52BA8; }
p { color: rgb(165,43,168); }
H1.HeaderClassName
{
color: #A52BA8;
}
.AnyTagClassName
{
color: #A52BA8;
}
</style>
background-color css
<style>
a { background-color: #A52BA8; }
a { background-color: rgb(165,43,168); }
div.DivClassName
{
background-color: #A52BA8;
}
.BgClassName
{
background-color: #A52BA8;
}
</style>
border-color css
<style>
span { border-color: #A52BA8; }
span { border-color: rgb(165,43,168); }
td.TdClassName
{
border-color: #A52BA8;
}
.TagClassName
{
border-color: #A52BA8;
}
</style>