Shades of Dark Orchid #A831C6
Tints of Dark Orchid #A831C6
RGB
CMYK
RGB Variations
Color information
#A831C6 (or 0xA831C6) is known color: Dark Orchid. HEX triplet: A8, 31 and C6. RGB value is (168,49,198). Sum of RGB (Red+Green+Blue) = 168+49+198=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #A831C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831C6 is #57CE39. Grayscale: #656565. Windows color (decimal): -5754426 or 12988840. OLE color: 12988840.
HSL color Cylindrical-coordinate representation of color #A831C6: hue angle of 287.92º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A831C6 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 49 | 198 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.22 |
| HSL | 287.92º | 0.6% | 0.48% | - |
| HSV(B) | 287.92º | 0.75% | 0.78% | - |
| XYZ | 27.44 | 14.6 | 54.8 | - |
| YUV | 101.57 | 182.42 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 198 | 0.15 | 0.75 | 0 | 0.22 | 287.92 | 0.6 | 0.48 |
| Hex | A8 | 31 | C6 | F | 4B | 0 | 16 | 120 | 3C | 30 |
| Octal | 250 | 61 | 306 | 17 | 113 | 0 | 26 | 440 | 74 | 60 |
| Binary | 10101000 | 110001 | 11000110 | 1111 | 1001011 | 0 | 10110 | 100100000 | 111100 | 110000 |
Color Harmonies of #A831C6
Complementary color
Monochromatic Colors of #A831C6
Black with #A831C6
Text Example
Text Example
White with #A831C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A831C6; }
p { color: rgb(168,49,198); }
H1.HeaderClassName
{
color: #A831C6;
}
.AnyTagClassName
{
color: #A831C6;
}
</style>
background-color css
<style>
a { background-color: #A831C6; }
a { background-color: rgb(168,49,198); }
div.DivClassName
{
background-color: #A831C6;
}
.BgClassName
{
background-color: #A831C6;
}
</style>
border-color css
<style>
span { border-color: #A831C6; }
span { border-color: rgb(168,49,198); }
td.TdClassName
{
border-color: #A831C6;
}
.TagClassName
{
border-color: #A831C6;
}
</style>