Shades of Dark Orchid #A731E8
Tints of Dark Orchid #A731E8
RGB
CMYK
RGB Variations
Color information
#A731E8 (or 0xA731E8) is known color: Dark Orchid. HEX triplet: A7, 31 and E8. RGB value is (167,49,232). Sum of RGB (Red+Green+Blue) = 167+49+232=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 232 (91.02% from 255 or 51.79% from 448); Max value from RGB is 232 - color contains mainly: blue. Hex color #A731E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A731E8 is #58CE17. Grayscale: #686868. Windows color (decimal): -5819928 or 15217063. OLE color: 15217063.
HSL color Cylindrical-coordinate representation of color #A731E8: hue angle of 278.69º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A731E8 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 49 | 232 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.09 |
| HSL | 278.69º | 0.8% | 0.55% | - |
| HSV(B) | 278.69º | 0.79% | 0.91% | - |
| XYZ | 31.6 | 16.24 | 77.81 | - |
| YUV | 105.14 | 199.59 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 232 | 0.28 | 0.79 | 0 | 0.09 | 278.69 | 0.8 | 0.55 |
| Hex | A7 | 31 | E8 | 1C | 4F | 0 | 9 | 117 | 50 | 37 |
| Octal | 247 | 61 | 350 | 34 | 117 | 0 | 11 | 427 | 120 | 67 |
| Binary | 10100111 | 110001 | 11101000 | 11100 | 1001111 | 0 | 1001 | 100010111 | 1010000 | 110111 |
Color Harmonies of #A731E8
Complementary color
Monochromatic Colors of #A731E8
Black with #A731E8
Text Example
Text Example
White with #A731E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A731E8; }
p { color: rgb(167,49,232); }
H1.HeaderClassName
{
color: #A731E8;
}
.AnyTagClassName
{
color: #A731E8;
}
</style>
background-color css
<style>
a { background-color: #A731E8; }
a { background-color: rgb(167,49,232); }
div.DivClassName
{
background-color: #A731E8;
}
.BgClassName
{
background-color: #A731E8;
}
</style>
border-color css
<style>
span { border-color: #A731E8; }
span { border-color: rgb(167,49,232); }
td.TdClassName
{
border-color: #A731E8;
}
.TagClassName
{
border-color: #A731E8;
}
</style>