Shades of Dark Orchid #A52DDF
Tints of Dark Orchid #A52DDF
RGB
CMYK
RGB Variations
Color information
#A52DDF (or 0xA52DDF) is known color: Dark Orchid. HEX triplet: A5, 2D and DF. RGB value is (165,45,223). Sum of RGB (Red+Green+Blue) = 165+45+223=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #A52DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DDF is #5AD220. Grayscale: #646464. Windows color (decimal): -5952033 or 14626213. OLE color: 14626213.
HSL color Cylindrical-coordinate representation of color #A52DDF: hue angle of 280.45º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52DDF is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 45 | 223 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.13 |
| HSL | 280.45º | 0.74% | 0.53% | - |
| HSV(B) | 280.45º | 0.8% | 0.87% | - |
| XYZ | 29.77 | 15.2 | 71.18 | - |
| YUV | 101.17 | 196.76 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 223 | 0.26 | 0.80 | 0 | 0.13 | 280.45 | 0.74 | 0.53 |
| Hex | A5 | 2D | DF | 1A | 50 | 0 | D | 118 | 4A | 35 |
| Octal | 245 | 55 | 337 | 32 | 120 | 0 | 15 | 430 | 112 | 65 |
| Binary | 10100101 | 101101 | 11011111 | 11010 | 1010000 | 0 | 1101 | 100011000 | 1001010 | 110101 |
Color Harmonies of #A52DDF
Complementary color
Monochromatic Colors of #A52DDF
Black with #A52DDF
Text Example
Text Example
White with #A52DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DDF; }
p { color: rgb(165,45,223); }
H1.HeaderClassName
{
color: #A52DDF;
}
.AnyTagClassName
{
color: #A52DDF;
}
</style>
background-color css
<style>
a { background-color: #A52DDF; }
a { background-color: rgb(165,45,223); }
div.DivClassName
{
background-color: #A52DDF;
}
.BgClassName
{
background-color: #A52DDF;
}
</style>
border-color css
<style>
span { border-color: #A52DDF; }
span { border-color: rgb(165,45,223); }
td.TdClassName
{
border-color: #A52DDF;
}
.TagClassName
{
border-color: #A52DDF;
}
</style>