Shades of Dark Orchid #A331E5
Tints of Dark Orchid #A331E5
RGB
CMYK
RGB Variations
Color information
#A331E5 (or 0xA331E5) is known color: Dark Orchid. HEX triplet: A3, 31 and E5. RGB value is (163,49,229). Sum of RGB (Red+Green+Blue) = 163+49+229=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #A331E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A331E5 is #5CCE1A. Grayscale: #676767. Windows color (decimal): -6082075 or 15020451. OLE color: 15020451.
HSL color Cylindrical-coordinate representation of color #A331E5: hue angle of 278º 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 #A331E5 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 49 | 229 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.10 |
| HSL | 278º | 0.78% | 0.55% | - |
| HSV(B) | 278º | 0.79% | 0.9% | - |
| XYZ | 30.35 | 15.64 | 75.55 | - |
| YUV | 103.61 | 198.77 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 229 | 0.29 | 0.79 | 0 | 0.10 | 278 | 0.78 | 0.55 |
| Hex | A3 | 31 | E5 | 1D | 4F | 0 | A | 116 | 4E | 37 |
| Octal | 243 | 61 | 345 | 35 | 117 | 0 | 12 | 426 | 116 | 67 |
| Binary | 10100011 | 110001 | 11100101 | 11101 | 1001111 | 0 | 1010 | 100010110 | 1001110 | 110111 |
Color Harmonies of #A331E5
Complementary color
Monochromatic Colors of #A331E5
Black with #A331E5
Text Example
Text Example
White with #A331E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A331E5; }
p { color: rgb(163,49,229); }
H1.HeaderClassName
{
color: #A331E5;
}
.AnyTagClassName
{
color: #A331E5;
}
</style>
background-color css
<style>
a { background-color: #A331E5; }
a { background-color: rgb(163,49,229); }
div.DivClassName
{
background-color: #A331E5;
}
.BgClassName
{
background-color: #A331E5;
}
</style>
border-color css
<style>
span { border-color: #A331E5; }
span { border-color: rgb(163,49,229); }
td.TdClassName
{
border-color: #A331E5;
}
.TagClassName
{
border-color: #A331E5;
}
</style>