Shades of Dark Orchid #A52DBD
Tints of Dark Orchid #A52DBD
RGB
CMYK
RGB Variations
Color information
#A52DBD (or 0xA52DBD) is known color: Dark Orchid. HEX triplet: A5, 2D and BD. RGB value is (165,45,189). Sum of RGB (Red+Green+Blue) = 165+45+189=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #A52DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DBD is #5AD242. Grayscale: #606060. Windows color (decimal): -5952067 or 12397989. OLE color: 12397989.
HSL color Cylindrical-coordinate representation of color #A52DBD: hue angle of 290º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52DBD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 45 | 189 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.26 |
| HSL | 290º | 0.62% | 0.46% | - |
| HSV(B) | 290º | 0.76% | 0.74% | - |
| XYZ | 25.64 | 13.55 | 49.41 | - |
| YUV | 97.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 189 | 0.13 | 0.76 | 0 | 0.26 | 290 | 0.62 | 0.46 |
| Hex | A5 | 2D | BD | D | 4C | 0 | 1A | 122 | 3E | 2E |
| Octal | 245 | 55 | 275 | 15 | 114 | 0 | 32 | 442 | 76 | 56 |
| Binary | 10100101 | 101101 | 10111101 | 1101 | 1001100 | 0 | 11010 | 100100010 | 111110 | 101110 |
Color Harmonies of #A52DBD
Complementary color
Monochromatic Colors of #A52DBD
Black with #A52DBD
Text Example
Text Example
White with #A52DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DBD; }
p { color: rgb(165,45,189); }
H1.HeaderClassName
{
color: #A52DBD;
}
.AnyTagClassName
{
color: #A52DBD;
}
</style>
background-color css
<style>
a { background-color: #A52DBD; }
a { background-color: rgb(165,45,189); }
div.DivClassName
{
background-color: #A52DBD;
}
.BgClassName
{
background-color: #A52DBD;
}
</style>
border-color css
<style>
span { border-color: #A52DBD; }
span { border-color: rgb(165,45,189); }
td.TdClassName
{
border-color: #A52DBD;
}
.TagClassName
{
border-color: #A52DBD;
}
</style>