Shades of Dark Orchid #A331DC
Tints of Dark Orchid #A331DC
RGB
CMYK
RGB Variations
Color information
#A331DC (or 0xA331DC) is known color: Dark Orchid. HEX triplet: A3, 31 and DC. RGB value is (163,49,220). Sum of RGB (Red+Green+Blue) = 163+49+220=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #A331DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A331DC is #5CCE23. Grayscale: #666666. Windows color (decimal): -6082084 or 14430627. OLE color: 14430627.
HSL color Cylindrical-coordinate representation of color #A331DC: hue angle of 280º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A331DC is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 49 | 220 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.14 |
| HSL | 280º | 0.71% | 0.53% | - |
| HSV(B) | 280º | 0.78% | 0.86% | - |
| XYZ | 29.12 | 15.15 | 69.1 | - |
| YUV | 102.58 | 194.27 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 220 | 0.26 | 0.78 | 0 | 0.14 | 280 | 0.71 | 0.53 |
| Hex | A3 | 31 | DC | 1A | 4E | 0 | E | 118 | 47 | 35 |
| Octal | 243 | 61 | 334 | 32 | 116 | 0 | 16 | 430 | 107 | 65 |
| Binary | 10100011 | 110001 | 11011100 | 11010 | 1001110 | 0 | 1110 | 100011000 | 1000111 | 110101 |
Color Harmonies of #A331DC
Complementary color
Monochromatic Colors of #A331DC
Black with #A331DC
Text Example
Text Example
White with #A331DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A331DC; }
p { color: rgb(163,49,220); }
H1.HeaderClassName
{
color: #A331DC;
}
.AnyTagClassName
{
color: #A331DC;
}
</style>
background-color css
<style>
a { background-color: #A331DC; }
a { background-color: rgb(163,49,220); }
div.DivClassName
{
background-color: #A331DC;
}
.BgClassName
{
background-color: #A331DC;
}
</style>
border-color css
<style>
span { border-color: #A331DC; }
span { border-color: rgb(163,49,220); }
td.TdClassName
{
border-color: #A331DC;
}
.TagClassName
{
border-color: #A331DC;
}
</style>