Shades of Dark Orchid #A718B8
Tints of Dark Orchid #A718B8
RGB
CMYK
RGB Variations
Color information
#A718B8 (or 0xA718B8) is known color: Dark Orchid. HEX triplet: A7, 18 and B8. RGB value is (167,24,184). Sum of RGB (Red+Green+Blue) = 167+24+184=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #A718B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718B8 is #58E747. Grayscale: #545454. Windows color (decimal): -5826376 or 12064935. OLE color: 12064935.
HSL color Cylindrical-coordinate representation of color #A718B8: hue angle of 293.62º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A718B8 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 24 | 184 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.28 |
| HSL | 293.63º | 0.77% | 0.41% | - |
| HSV(B) | 293.63º | 0.87% | 0.72% | - |
| XYZ | 24.91 | 12.33 | 46.41 | - |
| YUV | 85 | 183.88 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 24 | 184 | 0.09 | 0.87 | 0 | 0.28 | 293.63 | 0.77 | 0.41 |
| Hex | A7 | 18 | B8 | 9 | 57 | 0 | 1C | 126 | 4D | 29 |
| Octal | 247 | 30 | 270 | 11 | 127 | 0 | 34 | 446 | 115 | 51 |
| Binary | 10100111 | 11000 | 10111000 | 1001 | 1010111 | 0 | 11100 | 100100110 | 1001101 | 101001 |
Color Harmonies of #A718B8
Complementary color
Monochromatic Colors of #A718B8
Black with #A718B8
Text Example
Text Example
White with #A718B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A718B8; }
p { color: rgb(167,24,184); }
H1.HeaderClassName
{
color: #A718B8;
}
.AnyTagClassName
{
color: #A718B8;
}
</style>
background-color css
<style>
a { background-color: #A718B8; }
a { background-color: rgb(167,24,184); }
div.DivClassName
{
background-color: #A718B8;
}
.BgClassName
{
background-color: #A718B8;
}
</style>
border-color css
<style>
span { border-color: #A718B8; }
span { border-color: rgb(167,24,184); }
td.TdClassName
{
border-color: #A718B8;
}
.TagClassName
{
border-color: #A718B8;
}
</style>