Shades of Dark Orchid #A719B5
Tints of Dark Orchid #A719B5
RGB
CMYK
RGB Variations
Color information
#A719B5 (or 0xA719B5) is known color: Dark Orchid. HEX triplet: A7, 19 and B5. RGB value is (167,25,181). Sum of RGB (Red+Green+Blue) = 167+25+181=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #A719B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A719B5 is #58E64A. Grayscale: #545454. Windows color (decimal): -5826123 or 11868583. OLE color: 11868583.
HSL color Cylindrical-coordinate representation of color #A719B5: hue angle of 294.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A719B5 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 25 | 181 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.29 |
| HSL | 294.62º | 0.76% | 0.4% | - |
| HSV(B) | 294.62º | 0.86% | 0.71% | - |
| XYZ | 24.62 | 12.25 | 44.78 | - |
| YUV | 85.24 | 182.04 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 181 | 0.08 | 0.86 | 0 | 0.29 | 294.62 | 0.76 | 0.4 |
| Hex | A7 | 19 | B5 | 8 | 56 | 0 | 1D | 127 | 4C | 28 |
| Octal | 247 | 31 | 265 | 10 | 126 | 0 | 35 | 447 | 114 | 50 |
| Binary | 10100111 | 11001 | 10110101 | 1000 | 1010110 | 0 | 11101 | 100100111 | 1001100 | 101000 |
Color Harmonies of #A719B5
Complementary color
Monochromatic Colors of #A719B5
Black with #A719B5
Text Example
Text Example
White with #A719B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A719B5; }
p { color: rgb(167,25,181); }
H1.HeaderClassName
{
color: #A719B5;
}
.AnyTagClassName
{
color: #A719B5;
}
</style>
background-color css
<style>
a { background-color: #A719B5; }
a { background-color: rgb(167,25,181); }
div.DivClassName
{
background-color: #A719B5;
}
.BgClassName
{
background-color: #A719B5;
}
</style>
border-color css
<style>
span { border-color: #A719B5; }
span { border-color: rgb(167,25,181); }
td.TdClassName
{
border-color: #A719B5;
}
.TagClassName
{
border-color: #A719B5;
}
</style>