Shades of Dark Orchid #A32FDB
Tints of Dark Orchid #A32FDB
RGB
CMYK
RGB Variations
Color information
#A32FDB (or 0xA32FDB) is known color: Dark Orchid. HEX triplet: A3, 2F and DB. RGB value is (163,47,219). Sum of RGB (Red+Green+Blue) = 163+47+219=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #A32FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FDB is #5CD024. Grayscale: #646464. Windows color (decimal): -6082597 or 14364579. OLE color: 14364579.
HSL color Cylindrical-coordinate representation of color #A32FDB: hue angle of 280.47º degrees, saturation: 0.7, 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 #A32FDB is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 47 | 219 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.14 |
| HSL | 280.47º | 0.7% | 0.52% | - |
| HSV(B) | 280.47º | 0.79% | 0.86% | - |
| XYZ | 28.91 | 14.93 | 68.38 | - |
| YUV | 101.29 | 194.43 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 219 | 0.26 | 0.79 | 0 | 0.14 | 280.47 | 0.7 | 0.52 |
| Hex | A3 | 2F | DB | 1A | 4F | 0 | E | 118 | 46 | 34 |
| Octal | 243 | 57 | 333 | 32 | 117 | 0 | 16 | 430 | 106 | 64 |
| Binary | 10100011 | 101111 | 11011011 | 11010 | 1001111 | 0 | 1110 | 100011000 | 1000110 | 110100 |
Color Harmonies of #A32FDB
Complementary color
Monochromatic Colors of #A32FDB
Black with #A32FDB
Text Example
Text Example
White with #A32FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FDB; }
p { color: rgb(163,47,219); }
H1.HeaderClassName
{
color: #A32FDB;
}
.AnyTagClassName
{
color: #A32FDB;
}
</style>
background-color css
<style>
a { background-color: #A32FDB; }
a { background-color: rgb(163,47,219); }
div.DivClassName
{
background-color: #A32FDB;
}
.BgClassName
{
background-color: #A32FDB;
}
</style>
border-color css
<style>
span { border-color: #A32FDB; }
span { border-color: rgb(163,47,219); }
td.TdClassName
{
border-color: #A32FDB;
}
.TagClassName
{
border-color: #A32FDB;
}
</style>