Shades of Dark Orchid #A52ADB
Tints of Dark Orchid #A52ADB
RGB
CMYK
RGB Variations
Color information
#A52ADB (or 0xA52ADB) is known color: Dark Orchid. HEX triplet: A5, 2A and DB. RGB value is (165,42,219). Sum of RGB (Red+Green+Blue) = 165+42+219=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #A52ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52ADB is #5AD524. Grayscale: #626262. Windows color (decimal): -5952805 or 14363301. OLE color: 14363301.
HSL color Cylindrical-coordinate representation of color #A52ADB: hue angle of 281.69º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52ADB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 42 | 219 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.14 |
| HSL | 281.69º | 0.71% | 0.51% | - |
| HSV(B) | 281.69º | 0.81% | 0.86% | - |
| XYZ | 29.13 | 14.77 | 68.33 | - |
| YUV | 98.96 | 195.75 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 219 | 0.25 | 0.81 | 0 | 0.14 | 281.69 | 0.71 | 0.51 |
| Hex | A5 | 2A | DB | 19 | 51 | 0 | E | 11A | 47 | 33 |
| Octal | 245 | 52 | 333 | 31 | 121 | 0 | 16 | 432 | 107 | 63 |
| Binary | 10100101 | 101010 | 11011011 | 11001 | 1010001 | 0 | 1110 | 100011010 | 1000111 | 110011 |
Color Harmonies of #A52ADB
Complementary color
Monochromatic Colors of #A52ADB
Black with #A52ADB
Text Example
Text Example
White with #A52ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52ADB; }
p { color: rgb(165,42,219); }
H1.HeaderClassName
{
color: #A52ADB;
}
.AnyTagClassName
{
color: #A52ADB;
}
</style>
background-color css
<style>
a { background-color: #A52ADB; }
a { background-color: rgb(165,42,219); }
div.DivClassName
{
background-color: #A52ADB;
}
.BgClassName
{
background-color: #A52ADB;
}
</style>
border-color css
<style>
span { border-color: #A52ADB; }
span { border-color: rgb(165,42,219); }
td.TdClassName
{
border-color: #A52ADB;
}
.TagClassName
{
border-color: #A52ADB;
}
</style>