Shades of Dark Orchid #A732DB
Tints of Dark Orchid #A732DB
RGB
CMYK
RGB Variations
Color information
#A732DB (or 0xA732DB) is known color: Dark Orchid. HEX triplet: A7, 32 and DB. RGB value is (167,50,219). Sum of RGB (Red+Green+Blue) = 167+50+219=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #A732DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A732DB is #58CD24. Grayscale: #676767. Windows color (decimal): -5819685 or 14365351. OLE color: 14365351.
HSL color Cylindrical-coordinate representation of color #A732DB: hue angle of 281.54º 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 #A732DB is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 50 | 219 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.14 |
| HSL | 281.54º | 0.7% | 0.53% | - |
| HSV(B) | 281.54º | 0.77% | 0.86% | - |
| XYZ | 29.86 | 15.61 | 68.46 | - |
| YUV | 104.25 | 192.76 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 219 | 0.24 | 0.77 | 0 | 0.14 | 281.54 | 0.7 | 0.53 |
| Hex | A7 | 32 | DB | 18 | 4D | 0 | E | 11A | 46 | 35 |
| Octal | 247 | 62 | 333 | 30 | 115 | 0 | 16 | 432 | 106 | 65 |
| Binary | 10100111 | 110010 | 11011011 | 11000 | 1001101 | 0 | 1110 | 100011010 | 1000110 | 110101 |
Color Harmonies of #A732DB
Complementary color
Monochromatic Colors of #A732DB
Black with #A732DB
Text Example
Text Example
White with #A732DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A732DB; }
p { color: rgb(167,50,219); }
H1.HeaderClassName
{
color: #A732DB;
}
.AnyTagClassName
{
color: #A732DB;
}
</style>
background-color css
<style>
a { background-color: #A732DB; }
a { background-color: rgb(167,50,219); }
div.DivClassName
{
background-color: #A732DB;
}
.BgClassName
{
background-color: #A732DB;
}
</style>
border-color css
<style>
span { border-color: #A732DB; }
span { border-color: rgb(167,50,219); }
td.TdClassName
{
border-color: #A732DB;
}
.TagClassName
{
border-color: #A732DB;
}
</style>