Shades of Dark Orchid #A733DB
Tints of Dark Orchid #A733DB
RGB
CMYK
RGB Variations
Color information
#A733DB (or 0xA733DB) is known color: Dark Orchid. HEX triplet: A7, 33 and DB. RGB value is (167,51,219). Sum of RGB (Red+Green+Blue) = 167+51+219=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #A733DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A733DB is #58CC24. Grayscale: #686868. Windows color (decimal): -5819429 or 14365607. OLE color: 14365607.
HSL color Cylindrical-coordinate representation of color #A733DB: hue angle of 281.43º 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 #A733DB is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 51 | 219 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.14 |
| HSL | 281.43º | 0.7% | 0.53% | - |
| HSV(B) | 281.43º | 0.77% | 0.86% | - |
| XYZ | 29.91 | 15.7 | 68.47 | - |
| YUV | 104.84 | 192.43 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 51 | 219 | 0.24 | 0.77 | 0 | 0.14 | 281.43 | 0.7 | 0.53 |
| Hex | A7 | 33 | DB | 18 | 4D | 0 | E | 119 | 46 | 35 |
| Octal | 247 | 63 | 333 | 30 | 115 | 0 | 16 | 431 | 106 | 65 |
| Binary | 10100111 | 110011 | 11011011 | 11000 | 1001101 | 0 | 1110 | 100011001 | 1000110 | 110101 |
Color Harmonies of #A733DB
Complementary color
Monochromatic Colors of #A733DB
Black with #A733DB
Text Example
Text Example
White with #A733DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A733DB; }
p { color: rgb(167,51,219); }
H1.HeaderClassName
{
color: #A733DB;
}
.AnyTagClassName
{
color: #A733DB;
}
</style>
background-color css
<style>
a { background-color: #A733DB; }
a { background-color: rgb(167,51,219); }
div.DivClassName
{
background-color: #A733DB;
}
.BgClassName
{
background-color: #A733DB;
}
</style>
border-color css
<style>
span { border-color: #A733DB; }
span { border-color: rgb(167,51,219); }
td.TdClassName
{
border-color: #A733DB;
}
.TagClassName
{
border-color: #A733DB;
}
</style>