Shades of Dark Orchid #A140E4
Tints of Dark Orchid #A140E4
RGB
CMYK
RGB Variations
Color information
#A140E4 (or 0xA140E4) is known color: Dark Orchid. HEX triplet: A1, 40 and E4. RGB value is (161,64,228). Sum of RGB (Red+Green+Blue) = 161+64+228=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 228 (89.45% from 255 or 50.33% from 453); Max value from RGB is 228 - color contains mainly: blue. Hex color #A140E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140E4 is #5EBF1B. Grayscale: #6F6F6F. Windows color (decimal): -6209308 or 14958753. OLE color: 14958753.
HSL color Cylindrical-coordinate representation of color #A140E4: hue angle of 275.49º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A140E4 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 64 | 228 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.11 |
| HSL | 275.49º | 0.75% | 0.57% | - |
| HSV(B) | 275.49º | 0.72% | 0.89% | - |
| XYZ | 30.53 | 16.85 | 75.04 | - |
| YUV | 111.7 | 193.64 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 228 | 0.29 | 0.72 | 0 | 0.11 | 275.49 | 0.75 | 0.57 |
| Hex | A1 | 40 | E4 | 1D | 48 | 0 | B | 113 | 4B | 39 |
| Octal | 241 | 100 | 344 | 35 | 110 | 0 | 13 | 423 | 113 | 71 |
| Binary | 10100001 | 1000000 | 11100100 | 11101 | 1001000 | 0 | 1011 | 100010011 | 1001011 | 111001 |
Color Harmonies of #A140E4
Complementary color
Monochromatic Colors of #A140E4
Black with #A140E4
Text Example
Text Example
White with #A140E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140E4; }
p { color: rgb(161,64,228); }
H1.HeaderClassName
{
color: #A140E4;
}
.AnyTagClassName
{
color: #A140E4;
}
</style>
background-color css
<style>
a { background-color: #A140E4; }
a { background-color: rgb(161,64,228); }
div.DivClassName
{
background-color: #A140E4;
}
.BgClassName
{
background-color: #A140E4;
}
</style>
border-color css
<style>
span { border-color: #A140E4; }
span { border-color: rgb(161,64,228); }
td.TdClassName
{
border-color: #A140E4;
}
.TagClassName
{
border-color: #A140E4;
}
</style>