Shades of Dark Orchid #A032DB
Tints of Dark Orchid #A032DB
RGB
CMYK
RGB Variations
Color information
#A032DB (or 0xA032DB) is known color: Dark Orchid. HEX triplet: A0, 32 and DB. RGB value is (160,50,219). Sum of RGB (Red+Green+Blue) = 160+50+219=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 50 (19.92% from 255 or 11.66% 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 #A032DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032DB is #5FCD24. Grayscale: #656565. Windows color (decimal): -6278437 or 14365344. OLE color: 14365344.
HSL color Cylindrical-coordinate representation of color #A032DB: hue angle of 279.05º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A032DB is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 50 | 219 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.14 |
| HSL | 279.05º | 0.7% | 0.53% | - |
| HSV(B) | 279.05º | 0.77% | 0.86% | - |
| XYZ | 28.42 | 14.87 | 68.39 | - |
| YUV | 102.16 | 193.94 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 219 | 0.27 | 0.77 | 0 | 0.14 | 279.05 | 0.7 | 0.53 |
| Hex | A0 | 32 | DB | 1B | 4D | 0 | E | 117 | 46 | 35 |
| Octal | 240 | 62 | 333 | 33 | 115 | 0 | 16 | 427 | 106 | 65 |
| Binary | 10100000 | 110010 | 11011011 | 11011 | 1001101 | 0 | 1110 | 100010111 | 1000110 | 110101 |
Color Harmonies of #A032DB
Complementary color
Monochromatic Colors of #A032DB
Black with #A032DB
Text Example
Text Example
White with #A032DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032DB; }
p { color: rgb(160,50,219); }
H1.HeaderClassName
{
color: #A032DB;
}
.AnyTagClassName
{
color: #A032DB;
}
</style>
background-color css
<style>
a { background-color: #A032DB; }
a { background-color: rgb(160,50,219); }
div.DivClassName
{
background-color: #A032DB;
}
.BgClassName
{
background-color: #A032DB;
}
</style>
border-color css
<style>
span { border-color: #A032DB; }
span { border-color: rgb(160,50,219); }
td.TdClassName
{
border-color: #A032DB;
}
.TagClassName
{
border-color: #A032DB;
}
</style>