Shades of Dark Purple #A3228C
Tints of Dark Purple #A3228C
RGB
CMYK
RGB Variations
Color information
#A3228C (or 0xA3228C) is known color: Dark Purple. HEX triplet: A3, 22 and 8C. RGB value is (163,34,140). Sum of RGB (Red+Green+Blue) = 163+34+140=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3228C is #5CDD73. Grayscale: #545454. Windows color (decimal): -6086004 or 9183907. OLE color: 9183907.
HSL color Cylindrical-coordinate representation of color #A3228C: hue angle of 310.7º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3228C is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 34 | 140 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.36 |
| HSL | 310.7º | 0.65% | 0.39% | - |
| HSV(B) | 310.7º | 0.79% | 0.64% | - |
| XYZ | 20.41 | 10.82 | 25.82 | - |
| YUV | 84.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 140 | 0 | 0.79 | 0.14 | 0.36 | 310.7 | 0.65 | 0.39 |
| Hex | A3 | 22 | 8C | 0 | 4F | E | 24 | 137 | 41 | 27 |
| Octal | 243 | 42 | 214 | 0 | 117 | 16 | 44 | 467 | 101 | 47 |
| Binary | 10100011 | 100010 | 10001100 | 0 | 1001111 | 1110 | 100100 | 100110111 | 1000001 | 100111 |
Color Harmonies of #A3228C
Complementary color
Monochromatic Colors of #A3228C
Black with #A3228C
Text Example
Text Example
White with #A3228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3228C; }
p { color: rgb(163,34,140); }
H1.HeaderClassName
{
color: #A3228C;
}
.AnyTagClassName
{
color: #A3228C;
}
</style>
background-color css
<style>
a { background-color: #A3228C; }
a { background-color: rgb(163,34,140); }
div.DivClassName
{
background-color: #A3228C;
}
.BgClassName
{
background-color: #A3228C;
}
</style>
border-color css
<style>
span { border-color: #A3228C; }
span { border-color: rgb(163,34,140); }
td.TdClassName
{
border-color: #A3228C;
}
.TagClassName
{
border-color: #A3228C;
}
</style>