Shades of Dark Orchid #A148E7
Tints of Dark Orchid #A148E7
RGB
CMYK
RGB Variations
Color information
#A148E7 (or 0xA148E7) is known color: Dark Orchid. HEX triplet: A1, 48 and E7. RGB value is (161,72,231). Sum of RGB (Red+Green+Blue) = 161+72+231=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #A148E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A148E7 is #5EB718. Grayscale: #747474. Windows color (decimal): -6207257 or 15157409. OLE color: 15157409.
HSL color Cylindrical-coordinate representation of color #A148E7: hue angle of 273.58º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A148E7 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 72 | 231 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.09 |
| HSL | 273.58º | 0.77% | 0.59% | - |
| HSV(B) | 273.58º | 0.69% | 0.91% | - |
| XYZ | 31.44 | 17.98 | 77.42 | - |
| YUV | 116.74 | 192.49 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 231 | 0.30 | 0.69 | 0 | 0.09 | 273.58 | 0.77 | 0.59 |
| Hex | A1 | 48 | E7 | 1E | 45 | 0 | 9 | 112 | 4D | 3B |
| Octal | 241 | 110 | 347 | 36 | 105 | 0 | 11 | 422 | 115 | 73 |
| Binary | 10100001 | 1001000 | 11100111 | 11110 | 1000101 | 0 | 1001 | 100010010 | 1001101 | 111011 |
Color Harmonies of #A148E7
Complementary color
Monochromatic Colors of #A148E7
Black with #A148E7
Text Example
Text Example
White with #A148E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A148E7; }
p { color: rgb(161,72,231); }
H1.HeaderClassName
{
color: #A148E7;
}
.AnyTagClassName
{
color: #A148E7;
}
</style>
background-color css
<style>
a { background-color: #A148E7; }
a { background-color: rgb(161,72,231); }
div.DivClassName
{
background-color: #A148E7;
}
.BgClassName
{
background-color: #A148E7;
}
</style>
border-color css
<style>
span { border-color: #A148E7; }
span { border-color: rgb(161,72,231); }
td.TdClassName
{
border-color: #A148E7;
}
.TagClassName
{
border-color: #A148E7;
}
</style>