Shades of Dark Orchid #A52DB9
Tints of Dark Orchid #A52DB9
RGB
CMYK
RGB Variations
Color information
#A52DB9 (or 0xA52DB9) is known color: Dark Orchid. HEX triplet: A5, 2D and B9. RGB value is (165,45,185). Sum of RGB (Red+Green+Blue) = 165+45+185=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #A52DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DB9 is #5AD246. Grayscale: #606060. Windows color (decimal): -5952071 or 12135845. OLE color: 12135845.
HSL color Cylindrical-coordinate representation of color #A52DB9: hue angle of 291.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52DB9 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 45 | 185 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.27 |
| HSL | 291.43º | 0.61% | 0.45% | - |
| HSV(B) | 291.43º | 0.76% | 0.73% | - |
| XYZ | 25.21 | 13.38 | 47.15 | - |
| YUV | 96.84 | 177.76 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 185 | 0.11 | 0.76 | 0 | 0.27 | 291.43 | 0.61 | 0.45 |
| Hex | A5 | 2D | B9 | B | 4C | 0 | 1B | 123 | 3D | 2D |
| Octal | 245 | 55 | 271 | 13 | 114 | 0 | 33 | 443 | 75 | 55 |
| Binary | 10100101 | 101101 | 10111001 | 1011 | 1001100 | 0 | 11011 | 100100011 | 111101 | 101101 |
Color Harmonies of #A52DB9
Complementary color
Monochromatic Colors of #A52DB9
Black with #A52DB9
Text Example
Text Example
White with #A52DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DB9; }
p { color: rgb(165,45,185); }
H1.HeaderClassName
{
color: #A52DB9;
}
.AnyTagClassName
{
color: #A52DB9;
}
</style>
background-color css
<style>
a { background-color: #A52DB9; }
a { background-color: rgb(165,45,185); }
div.DivClassName
{
background-color: #A52DB9;
}
.BgClassName
{
background-color: #A52DB9;
}
</style>
border-color css
<style>
span { border-color: #A52DB9; }
span { border-color: rgb(165,45,185); }
td.TdClassName
{
border-color: #A52DB9;
}
.TagClassName
{
border-color: #A52DB9;
}
</style>