Shades of Dark Orchid #A719CE
Tints of Dark Orchid #A719CE
RGB
CMYK
RGB Variations
Color information
#A719CE (or 0xA719CE) is known color: Dark Orchid. HEX triplet: A7, 19 and CE. RGB value is (167,25,206). Sum of RGB (Red+Green+Blue) = 167+25+206=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #A719CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A719CE is #58E631. Grayscale: #575757. Windows color (decimal): -5826098 or 13506983. OLE color: 13506983.
HSL color Cylindrical-coordinate representation of color #A719CE: hue angle of 287.07º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A719CE is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 25 | 206 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.19 |
| HSL | 287.07º | 0.78% | 0.45% | - |
| HSV(B) | 287.07º | 0.88% | 0.81% | - |
| XYZ | 27.42 | 13.37 | 59.53 | - |
| YUV | 88.09 | 194.54 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 206 | 0.19 | 0.88 | 0 | 0.19 | 287.07 | 0.78 | 0.45 |
| Hex | A7 | 19 | CE | 13 | 58 | 0 | 13 | 11F | 4E | 2D |
| Octal | 247 | 31 | 316 | 23 | 130 | 0 | 23 | 437 | 116 | 55 |
| Binary | 10100111 | 11001 | 11001110 | 10011 | 1011000 | 0 | 10011 | 100011111 | 1001110 | 101101 |
Color Harmonies of #A719CE
Complementary color
Monochromatic Colors of #A719CE
Black with #A719CE
Text Example
Text Example
White with #A719CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A719CE; }
p { color: rgb(167,25,206); }
H1.HeaderClassName
{
color: #A719CE;
}
.AnyTagClassName
{
color: #A719CE;
}
</style>
background-color css
<style>
a { background-color: #A719CE; }
a { background-color: rgb(167,25,206); }
div.DivClassName
{
background-color: #A719CE;
}
.BgClassName
{
background-color: #A719CE;
}
</style>
border-color css
<style>
span { border-color: #A719CE; }
span { border-color: rgb(167,25,206); }
td.TdClassName
{
border-color: #A719CE;
}
.TagClassName
{
border-color: #A719CE;
}
</style>