Shades of Dark Orchid #A831E6
Tints of Dark Orchid #A831E6
RGB
CMYK
RGB Variations
Color information
#A831E6 (or 0xA831E6) is known color: Dark Orchid. HEX triplet: A8, 31 and E6. RGB value is (168,49,230). Sum of RGB (Red+Green+Blue) = 168+49+230=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #A831E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A831E6 is #57CE19. Grayscale: #686868. Windows color (decimal): -5754394 or 15085992. OLE color: 15085992.
HSL color Cylindrical-coordinate representation of color #A831E6: hue angle of 279.45º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A831E6 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 49 | 230 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.10 |
| HSL | 279.45º | 0.78% | 0.55% | - |
| HSV(B) | 279.45º | 0.79% | 0.9% | - |
| XYZ | 31.53 | 16.23 | 76.33 | - |
| YUV | 105.22 | 198.42 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 230 | 0.27 | 0.79 | 0 | 0.10 | 279.45 | 0.78 | 0.55 |
| Hex | A8 | 31 | E6 | 1B | 4F | 0 | A | 117 | 4E | 37 |
| Octal | 250 | 61 | 346 | 33 | 117 | 0 | 12 | 427 | 116 | 67 |
| Binary | 10101000 | 110001 | 11100110 | 11011 | 1001111 | 0 | 1010 | 100010111 | 1001110 | 110111 |
Color Harmonies of #A831E6
Complementary color
Monochromatic Colors of #A831E6
Black with #A831E6
Text Example
Text Example
White with #A831E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A831E6; }
p { color: rgb(168,49,230); }
H1.HeaderClassName
{
color: #A831E6;
}
.AnyTagClassName
{
color: #A831E6;
}
</style>
background-color css
<style>
a { background-color: #A831E6; }
a { background-color: rgb(168,49,230); }
div.DivClassName
{
background-color: #A831E6;
}
.BgClassName
{
background-color: #A831E6;
}
</style>
border-color css
<style>
span { border-color: #A831E6; }
span { border-color: rgb(168,49,230); }
td.TdClassName
{
border-color: #A831E6;
}
.TagClassName
{
border-color: #A831E6;
}
</style>