Shades of Dark Orchid #A148DA
Tints of Dark Orchid #A148DA
RGB
CMYK
RGB Variations
Color information
#A148DA (or 0xA148DA) is known color: Dark Orchid. HEX triplet: A1, 48 and DA. RGB value is (161,72,218). Sum of RGB (Red+Green+Blue) = 161+72+218=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #A148DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A148DA is #5EB725. Grayscale: #727272. Windows color (decimal): -6207270 or 14305441. OLE color: 14305441.
HSL color Cylindrical-coordinate representation of color #A148DA: hue angle of 276.58º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A148DA is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 72 | 218 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.15 |
| HSL | 276.58º | 0.66% | 0.57% | - |
| HSV(B) | 276.58º | 0.67% | 0.85% | - |
| XYZ | 29.67 | 17.27 | 68.1 | - |
| YUV | 115.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 218 | 0.26 | 0.67 | 0 | 0.15 | 276.58 | 0.66 | 0.57 |
| Hex | A1 | 48 | DA | 1A | 43 | 0 | F | 115 | 42 | 39 |
| Octal | 241 | 110 | 332 | 32 | 103 | 0 | 17 | 425 | 102 | 71 |
| Binary | 10100001 | 1001000 | 11011010 | 11010 | 1000011 | 0 | 1111 | 100010101 | 1000010 | 111001 |
Color Harmonies of #A148DA
Complementary color
Monochromatic Colors of #A148DA
Black with #A148DA
Text Example
Text Example
White with #A148DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A148DA; }
p { color: rgb(161,72,218); }
H1.HeaderClassName
{
color: #A148DA;
}
.AnyTagClassName
{
color: #A148DA;
}
</style>
background-color css
<style>
a { background-color: #A148DA; }
a { background-color: rgb(161,72,218); }
div.DivClassName
{
background-color: #A148DA;
}
.BgClassName
{
background-color: #A148DA;
}
</style>
border-color css
<style>
span { border-color: #A148DA; }
span { border-color: rgb(161,72,218); }
td.TdClassName
{
border-color: #A148DA;
}
.TagClassName
{
border-color: #A148DA;
}
</style>