Shades of Dark Orchid #A73DCE
Tints of Dark Orchid #A73DCE
RGB
CMYK
RGB Variations
Color information
#A73DCE (or 0xA73DCE) is known color: Dark Orchid. HEX triplet: A7, 3D and CE. RGB value is (167,61,206). Sum of RGB (Red+Green+Blue) = 167+61+206=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #A73DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73DCE is #58C231. Grayscale: #6C6C6C. Windows color (decimal): -5816882 or 13516199. OLE color: 13516199.
HSL color Cylindrical-coordinate representation of color #A73DCE: hue angle of 283.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A73DCE is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 61 | 206 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.19 |
| HSL | 283.86º | 0.6% | 0.52% | - |
| HSV(B) | 283.86º | 0.7% | 0.81% | - |
| XYZ | 28.75 | 16.01 | 59.97 | - |
| YUV | 109.22 | 182.62 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 206 | 0.19 | 0.70 | 0 | 0.19 | 283.86 | 0.6 | 0.52 |
| Hex | A7 | 3D | CE | 13 | 46 | 0 | 13 | 11C | 3C | 34 |
| Octal | 247 | 75 | 316 | 23 | 106 | 0 | 23 | 434 | 74 | 64 |
| Binary | 10100111 | 111101 | 11001110 | 10011 | 1000110 | 0 | 10011 | 100011100 | 111100 | 110100 |
Color Harmonies of #A73DCE
Complementary color
Monochromatic Colors of #A73DCE
Black with #A73DCE
Text Example
Text Example
White with #A73DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73DCE; }
p { color: rgb(167,61,206); }
H1.HeaderClassName
{
color: #A73DCE;
}
.AnyTagClassName
{
color: #A73DCE;
}
</style>
background-color css
<style>
a { background-color: #A73DCE; }
a { background-color: rgb(167,61,206); }
div.DivClassName
{
background-color: #A73DCE;
}
.BgClassName
{
background-color: #A73DCE;
}
</style>
border-color css
<style>
span { border-color: #A73DCE; }
span { border-color: rgb(167,61,206); }
td.TdClassName
{
border-color: #A73DCE;
}
.TagClassName
{
border-color: #A73DCE;
}
</style>