Shades of Dark Orchid #A52DB1
Tints of Dark Orchid #A52DB1
RGB
CMYK
RGB Variations
Color information
#A52DB1 (or 0xA52DB1) is known color: Dark Orchid. HEX triplet: A5, 2D and B1. RGB value is (165,45,177). Sum of RGB (Red+Green+Blue) = 165+45+177=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #A52DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52DB1 is #5AD24E. Grayscale: #5F5F5F. Windows color (decimal): -5952079 or 11611557. OLE color: 11611557.
HSL color Cylindrical-coordinate representation of color #A52DB1: hue angle of 294.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52DB1 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 45 | 177 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.31 |
| HSL | 294.55º | 0.59% | 0.44% | - |
| HSV(B) | 294.55º | 0.75% | 0.69% | - |
| XYZ | 24.39 | 13.05 | 42.83 | - |
| YUV | 95.93 | 173.76 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 177 | 0.07 | 0.75 | 0 | 0.31 | 294.55 | 0.59 | 0.44 |
| Hex | A5 | 2D | B1 | 7 | 4B | 0 | 1F | 127 | 3B | 2C |
| Octal | 245 | 55 | 261 | 7 | 113 | 0 | 37 | 447 | 73 | 54 |
| Binary | 10100101 | 101101 | 10110001 | 111 | 1001011 | 0 | 11111 | 100100111 | 111011 | 101100 |
Color Harmonies of #A52DB1
Complementary color
Monochromatic Colors of #A52DB1
Black with #A52DB1
Text Example
Text Example
White with #A52DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DB1; }
p { color: rgb(165,45,177); }
H1.HeaderClassName
{
color: #A52DB1;
}
.AnyTagClassName
{
color: #A52DB1;
}
</style>
background-color css
<style>
a { background-color: #A52DB1; }
a { background-color: rgb(165,45,177); }
div.DivClassName
{
background-color: #A52DB1;
}
.BgClassName
{
background-color: #A52DB1;
}
</style>
border-color css
<style>
span { border-color: #A52DB1; }
span { border-color: rgb(165,45,177); }
td.TdClassName
{
border-color: #A52DB1;
}
.TagClassName
{
border-color: #A52DB1;
}
</style>