Shades of Dark Orchid #A72DDD
Tints of Dark Orchid #A72DDD
RGB
CMYK
RGB Variations
Color information
#A72DDD (or 0xA72DDD) is known color: Dark Orchid. HEX triplet: A7, 2D and DD. RGB value is (167,45,221). Sum of RGB (Red+Green+Blue) = 167+45+221=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #A72DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72DDD is #58D222. Grayscale: #646464. Windows color (decimal): -5820963 or 14495143. OLE color: 14495143.
HSL color Cylindrical-coordinate representation of color #A72DDD: hue angle of 281.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72DDD is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 45 | 221 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.13 |
| HSL | 281.59º | 0.72% | 0.52% | - |
| HSV(B) | 281.59º | 0.8% | 0.87% | - |
| XYZ | 29.93 | 15.31 | 69.79 | - |
| YUV | 101.54 | 195.42 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 45 | 221 | 0.24 | 0.80 | 0 | 0.13 | 281.59 | 0.72 | 0.52 |
| Hex | A7 | 2D | DD | 18 | 50 | 0 | D | 11A | 48 | 34 |
| Octal | 247 | 55 | 335 | 30 | 120 | 0 | 15 | 432 | 110 | 64 |
| Binary | 10100111 | 101101 | 11011101 | 11000 | 1010000 | 0 | 1101 | 100011010 | 1001000 | 110100 |
Color Harmonies of #A72DDD
Complementary color
Monochromatic Colors of #A72DDD
Black with #A72DDD
Text Example
Text Example
White with #A72DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72DDD; }
p { color: rgb(167,45,221); }
H1.HeaderClassName
{
color: #A72DDD;
}
.AnyTagClassName
{
color: #A72DDD;
}
</style>
background-color css
<style>
a { background-color: #A72DDD; }
a { background-color: rgb(167,45,221); }
div.DivClassName
{
background-color: #A72DDD;
}
.BgClassName
{
background-color: #A72DDD;
}
</style>
border-color css
<style>
span { border-color: #A72DDD; }
span { border-color: rgb(167,45,221); }
td.TdClassName
{
border-color: #A72DDD;
}
.TagClassName
{
border-color: #A72DDD;
}
</style>