Shades of Dark Orchid #A52DD7
Tints of Dark Orchid #A52DD7
RGB
CMYK
RGB Variations
Color information
#A52DD7 (or 0xA52DD7) is known color: Dark Orchid. HEX triplet: A5, 2D and D7. RGB value is (165,45,215). Sum of RGB (Red+Green+Blue) = 165+45+215=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #A52DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DD7 is #5AD228. Grayscale: #636363. Windows color (decimal): -5952041 or 14101925. OLE color: 14101925.
HSL color Cylindrical-coordinate representation of color #A52DD7: hue angle of 282.35º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52DD7 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 45 | 215 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.16 |
| HSL | 282.35º | 0.68% | 0.51% | - |
| HSV(B) | 282.35º | 0.79% | 0.84% | - |
| XYZ | 28.72 | 14.78 | 65.63 | - |
| YUV | 100.26 | 192.76 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 215 | 0.23 | 0.79 | 0 | 0.16 | 282.35 | 0.68 | 0.51 |
| Hex | A5 | 2D | D7 | 17 | 4F | 0 | 10 | 11A | 44 | 33 |
| Octal | 245 | 55 | 327 | 27 | 117 | 0 | 20 | 432 | 104 | 63 |
| Binary | 10100101 | 101101 | 11010111 | 10111 | 1001111 | 0 | 10000 | 100011010 | 1000100 | 110011 |
Color Harmonies of #A52DD7
Complementary color
Monochromatic Colors of #A52DD7
Black with #A52DD7
Text Example
Text Example
White with #A52DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DD7; }
p { color: rgb(165,45,215); }
H1.HeaderClassName
{
color: #A52DD7;
}
.AnyTagClassName
{
color: #A52DD7;
}
</style>
background-color css
<style>
a { background-color: #A52DD7; }
a { background-color: rgb(165,45,215); }
div.DivClassName
{
background-color: #A52DD7;
}
.BgClassName
{
background-color: #A52DD7;
}
</style>
border-color css
<style>
span { border-color: #A52DD7; }
span { border-color: rgb(165,45,215); }
td.TdClassName
{
border-color: #A52DD7;
}
.TagClassName
{
border-color: #A52DD7;
}
</style>