Shades of Dark Orchid #A52DBA
Tints of Dark Orchid #A52DBA
RGB
CMYK
RGB Variations
Color information
#A52DBA (or 0xA52DBA) is known color: Dark Orchid. HEX triplet: A5, 2D and BA. RGB value is (165,45,186). Sum of RGB (Red+Green+Blue) = 165+45+186=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #A52DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DBA is #5AD245. Grayscale: #606060. Windows color (decimal): -5952070 or 12201381. OLE color: 12201381.
HSL color Cylindrical-coordinate representation of color #A52DBA: hue angle of 291.06º 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 #A52DBA is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 45 | 186 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.27 |
| HSL | 291.06º | 0.61% | 0.45% | - |
| HSV(B) | 291.06º | 0.76% | 0.73% | - |
| XYZ | 25.32 | 13.42 | 47.71 | - |
| YUV | 96.95 | 178.26 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 186 | 0.11 | 0.76 | 0 | 0.27 | 291.06 | 0.61 | 0.45 |
| Hex | A5 | 2D | BA | B | 4C | 0 | 1B | 123 | 3D | 2D |
| Octal | 245 | 55 | 272 | 13 | 114 | 0 | 33 | 443 | 75 | 55 |
| Binary | 10100101 | 101101 | 10111010 | 1011 | 1001100 | 0 | 11011 | 100100011 | 111101 | 101101 |
Color Harmonies of #A52DBA
Complementary color
Monochromatic Colors of #A52DBA
Black with #A52DBA
Text Example
Text Example
White with #A52DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DBA; }
p { color: rgb(165,45,186); }
H1.HeaderClassName
{
color: #A52DBA;
}
.AnyTagClassName
{
color: #A52DBA;
}
</style>
background-color css
<style>
a { background-color: #A52DBA; }
a { background-color: rgb(165,45,186); }
div.DivClassName
{
background-color: #A52DBA;
}
.BgClassName
{
background-color: #A52DBA;
}
</style>
border-color css
<style>
span { border-color: #A52DBA; }
span { border-color: rgb(165,45,186); }
td.TdClassName
{
border-color: #A52DBA;
}
.TagClassName
{
border-color: #A52DBA;
}
</style>