Shades of Dark Orchid #A52CDB
Tints of Dark Orchid #A52CDB
RGB
CMYK
RGB Variations
Color information
#A52CDB (or 0xA52CDB) is known color: Dark Orchid. HEX triplet: A5, 2C and DB. RGB value is (165,44,219). Sum of RGB (Red+Green+Blue) = 165+44+219=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #A52CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52CDB is #5AD324. Grayscale: #636363. Windows color (decimal): -5952293 or 14363813. OLE color: 14363813.
HSL color Cylindrical-coordinate representation of color #A52CDB: hue angle of 281.49º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52CDB is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 44 | 219 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.14 |
| HSL | 281.49º | 0.71% | 0.52% | - |
| HSV(B) | 281.49º | 0.8% | 0.86% | - |
| XYZ | 29.2 | 14.92 | 68.36 | - |
| YUV | 100.13 | 195.09 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 219 | 0.25 | 0.80 | 0 | 0.14 | 281.49 | 0.71 | 0.52 |
| Hex | A5 | 2C | DB | 19 | 50 | 0 | E | 119 | 47 | 34 |
| Octal | 245 | 54 | 333 | 31 | 120 | 0 | 16 | 431 | 107 | 64 |
| Binary | 10100101 | 101100 | 11011011 | 11001 | 1010000 | 0 | 1110 | 100011001 | 1000111 | 110100 |
Color Harmonies of #A52CDB
Complementary color
Monochromatic Colors of #A52CDB
Black with #A52CDB
Text Example
Text Example
White with #A52CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52CDB; }
p { color: rgb(165,44,219); }
H1.HeaderClassName
{
color: #A52CDB;
}
.AnyTagClassName
{
color: #A52CDB;
}
</style>
background-color css
<style>
a { background-color: #A52CDB; }
a { background-color: rgb(165,44,219); }
div.DivClassName
{
background-color: #A52CDB;
}
.BgClassName
{
background-color: #A52CDB;
}
</style>
border-color css
<style>
span { border-color: #A52CDB; }
span { border-color: rgb(165,44,219); }
td.TdClassName
{
border-color: #A52CDB;
}
.TagClassName
{
border-color: #A52CDB;
}
</style>