Shades of Dark Orchid #A32EDB
Tints of Dark Orchid #A32EDB
RGB
CMYK
RGB Variations
Color information
#A32EDB (or 0xA32EDB) is known color: Dark Orchid. HEX triplet: A3, 2E and DB. RGB value is (163,46,219). Sum of RGB (Red+Green+Blue) = 163+46+219=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 46 (18.36% from 255 or 10.75% 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 #A32EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32EDB is #5CD124. Grayscale: #646464. Windows color (decimal): -6082853 or 14364323. OLE color: 14364323.
HSL color Cylindrical-coordinate representation of color #A32EDB: hue angle of 280.58º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32EDB is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 46 | 219 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.14 |
| HSL | 280.58º | 0.71% | 0.52% | - |
| HSV(B) | 280.58º | 0.79% | 0.86% | - |
| XYZ | 28.87 | 14.85 | 68.36 | - |
| YUV | 100.71 | 194.76 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 219 | 0.26 | 0.79 | 0 | 0.14 | 280.58 | 0.71 | 0.52 |
| Hex | A3 | 2E | DB | 1A | 4F | 0 | E | 119 | 47 | 34 |
| Octal | 243 | 56 | 333 | 32 | 117 | 0 | 16 | 431 | 107 | 64 |
| Binary | 10100011 | 101110 | 11011011 | 11010 | 1001111 | 0 | 1110 | 100011001 | 1000111 | 110100 |
Color Harmonies of #A32EDB
Complementary color
Monochromatic Colors of #A32EDB
Black with #A32EDB
Text Example
Text Example
White with #A32EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32EDB; }
p { color: rgb(163,46,219); }
H1.HeaderClassName
{
color: #A32EDB;
}
.AnyTagClassName
{
color: #A32EDB;
}
</style>
background-color css
<style>
a { background-color: #A32EDB; }
a { background-color: rgb(163,46,219); }
div.DivClassName
{
background-color: #A32EDB;
}
.BgClassName
{
background-color: #A32EDB;
}
</style>
border-color css
<style>
span { border-color: #A32EDB; }
span { border-color: rgb(163,46,219); }
td.TdClassName
{
border-color: #A32EDB;
}
.TagClassName
{
border-color: #A32EDB;
}
</style>