Shades of Dark Orchid #A146CB
Tints of Dark Orchid #A146CB
RGB
CMYK
RGB Variations
Color information
#A146CB (or 0xA146CB) is known color: Dark Orchid. HEX triplet: A1, 46 and CB. RGB value is (161,70,203). Sum of RGB (Red+Green+Blue) = 161+70+203=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #A146CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A146CB is #5EB934. Grayscale: #6F6F6F. Windows color (decimal): -6207797 or 13321889. OLE color: 13321889.
HSL color Cylindrical-coordinate representation of color #A146CB: hue angle of 281.05º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A146CB is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 70 | 203 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.20 |
| HSL | 281.05º | 0.56% | 0.54% | - |
| HSV(B) | 281.05º | 0.66% | 0.8% | - |
| XYZ | 27.67 | 16.27 | 58.18 | - |
| YUV | 112.37 | 179.15 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 203 | 0.21 | 0.66 | 0 | 0.20 | 281.05 | 0.56 | 0.54 |
| Hex | A1 | 46 | CB | 15 | 42 | 0 | 14 | 119 | 38 | 36 |
| Octal | 241 | 106 | 313 | 25 | 102 | 0 | 24 | 431 | 70 | 66 |
| Binary | 10100001 | 1000110 | 11001011 | 10101 | 1000010 | 0 | 10100 | 100011001 | 111000 | 110110 |
Color Harmonies of #A146CB
Complementary color
Monochromatic Colors of #A146CB
Black with #A146CB
Text Example
Text Example
White with #A146CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A146CB; }
p { color: rgb(161,70,203); }
H1.HeaderClassName
{
color: #A146CB;
}
.AnyTagClassName
{
color: #A146CB;
}
</style>
background-color css
<style>
a { background-color: #A146CB; }
a { background-color: rgb(161,70,203); }
div.DivClassName
{
background-color: #A146CB;
}
.BgClassName
{
background-color: #A146CB;
}
</style>
border-color css
<style>
span { border-color: #A146CB; }
span { border-color: rgb(161,70,203); }
td.TdClassName
{
border-color: #A146CB;
}
.TagClassName
{
border-color: #A146CB;
}
</style>