Shades of Dark Purple #A3188B
Tints of Dark Purple #A3188B
RGB
CMYK
RGB Variations
Color information
#A3188B (or 0xA3188B) is known color: Dark Purple. HEX triplet: A3, 18 and 8B. RGB value is (163,24,139). Sum of RGB (Red+Green+Blue) = 163+24+139=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3188B is #5CE774. Grayscale: #4E4E4E. Windows color (decimal): -6088565 or 9115811. OLE color: 9115811.
HSL color Cylindrical-coordinate representation of color #A3188B: hue angle of 310.36º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3188B is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 24 | 139 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.36 |
| HSL | 310.36º | 0.74% | 0.37% | - |
| HSV(B) | 310.36º | 0.85% | 0.64% | - |
| XYZ | 20.09 | 10.3 | 25.36 | - |
| YUV | 78.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 139 | 0 | 0.85 | 0.15 | 0.36 | 310.36 | 0.74 | 0.37 |
| Hex | A3 | 18 | 8B | 0 | 55 | F | 24 | 136 | 4A | 25 |
| Octal | 243 | 30 | 213 | 0 | 125 | 17 | 44 | 466 | 112 | 45 |
| Binary | 10100011 | 11000 | 10001011 | 0 | 1010101 | 1111 | 100100 | 100110110 | 1001010 | 100101 |
Color Harmonies of #A3188B
Complementary color
Monochromatic Colors of #A3188B
Black with #A3188B
Text Example
Text Example
White with #A3188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3188B; }
p { color: rgb(163,24,139); }
H1.HeaderClassName
{
color: #A3188B;
}
.AnyTagClassName
{
color: #A3188B;
}
</style>
background-color css
<style>
a { background-color: #A3188B; }
a { background-color: rgb(163,24,139); }
div.DivClassName
{
background-color: #A3188B;
}
.BgClassName
{
background-color: #A3188B;
}
</style>
border-color css
<style>
span { border-color: #A3188B; }
span { border-color: rgb(163,24,139); }
td.TdClassName
{
border-color: #A3188B;
}
.TagClassName
{
border-color: #A3188B;
}
</style>