Shades of Dark Orchid #A52DDA
Tints of Dark Orchid #A52DDA
RGB
CMYK
RGB Variations
Color information
#A52DDA (or 0xA52DDA) is known color: Dark Orchid. HEX triplet: A5, 2D and DA. RGB value is (165,45,218). Sum of RGB (Red+Green+Blue) = 165+45+218=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #A52DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DDA is #5AD225. Grayscale: #646464. Windows color (decimal): -5952038 or 14298533. OLE color: 14298533.
HSL color Cylindrical-coordinate representation of color #A52DDA: hue angle of 281.62º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52DDA is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 45 | 218 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.15 |
| HSL | 281.62º | 0.7% | 0.52% | - |
| HSV(B) | 281.62º | 0.79% | 0.85% | - |
| XYZ | 29.11 | 14.94 | 67.68 | - |
| YUV | 100.6 | 194.26 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 218 | 0.24 | 0.79 | 0 | 0.15 | 281.62 | 0.7 | 0.52 |
| Hex | A5 | 2D | DA | 18 | 4F | 0 | F | 11A | 46 | 34 |
| Octal | 245 | 55 | 332 | 30 | 117 | 0 | 17 | 432 | 106 | 64 |
| Binary | 10100101 | 101101 | 11011010 | 11000 | 1001111 | 0 | 1111 | 100011010 | 1000110 | 110100 |
Color Harmonies of #A52DDA
Complementary color
Monochromatic Colors of #A52DDA
Black with #A52DDA
Text Example
Text Example
White with #A52DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DDA; }
p { color: rgb(165,45,218); }
H1.HeaderClassName
{
color: #A52DDA;
}
.AnyTagClassName
{
color: #A52DDA;
}
</style>
background-color css
<style>
a { background-color: #A52DDA; }
a { background-color: rgb(165,45,218); }
div.DivClassName
{
background-color: #A52DDA;
}
.BgClassName
{
background-color: #A52DDA;
}
</style>
border-color css
<style>
span { border-color: #A52DDA; }
span { border-color: rgb(165,45,218); }
td.TdClassName
{
border-color: #A52DDA;
}
.TagClassName
{
border-color: #A52DDA;
}
</style>