Shades of Dark Orchid #A148CF
Tints of Dark Orchid #A148CF
RGB
CMYK
RGB Variations
Color information
#A148CF (or 0xA148CF) is known color: Dark Orchid. HEX triplet: A1, 48 and CF. RGB value is (161,72,207). Sum of RGB (Red+Green+Blue) = 161+72+207=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #A148CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A148CF is #5EB730. Grayscale: #717171. Windows color (decimal): -6207281 or 13584545. OLE color: 13584545.
HSL color Cylindrical-coordinate representation of color #A148CF: hue angle of 279.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A148CF is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 72 | 207 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.19 |
| HSL | 279.56º | 0.58% | 0.55% | - |
| HSV(B) | 279.56º | 0.65% | 0.81% | - |
| XYZ | 28.28 | 16.72 | 60.77 | - |
| YUV | 114 | 180.49 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 207 | 0.22 | 0.65 | 0 | 0.19 | 279.56 | 0.58 | 0.55 |
| Hex | A1 | 48 | CF | 16 | 41 | 0 | 13 | 118 | 3A | 37 |
| Octal | 241 | 110 | 317 | 26 | 101 | 0 | 23 | 430 | 72 | 67 |
| Binary | 10100001 | 1001000 | 11001111 | 10110 | 1000001 | 0 | 10011 | 100011000 | 111010 | 110111 |
Color Harmonies of #A148CF
Complementary color
Monochromatic Colors of #A148CF
Black with #A148CF
Text Example
Text Example
White with #A148CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A148CF; }
p { color: rgb(161,72,207); }
H1.HeaderClassName
{
color: #A148CF;
}
.AnyTagClassName
{
color: #A148CF;
}
</style>
background-color css
<style>
a { background-color: #A148CF; }
a { background-color: rgb(161,72,207); }
div.DivClassName
{
background-color: #A148CF;
}
.BgClassName
{
background-color: #A148CF;
}
</style>
border-color css
<style>
span { border-color: #A148CF; }
span { border-color: rgb(161,72,207); }
td.TdClassName
{
border-color: #A148CF;
}
.TagClassName
{
border-color: #A148CF;
}
</style>