Shades of Dark Purple #A22478
Tints of Dark Purple #A22478
RGB
CMYK
RGB Variations
Color information
#A22478 (or 0xA22478) is known color: Dark Purple. HEX triplet: A2, 24 and 78. RGB value is (162,36,120). Sum of RGB (Red+Green+Blue) = 162+36+120=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A22478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22478 is #5DDB87. Grayscale: #535353. Windows color (decimal): -6151048 or 7873698. OLE color: 7873698.
HSL color Cylindrical-coordinate representation of color #A22478: hue angle of 320º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22478 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 36 | 120 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.36 |
| HSL | 320º | 0.64% | 0.39% | - |
| HSV(B) | 320º | 0.78% | 0.64% | - |
| XYZ | 18.92 | 10.3 | 18.76 | - |
| YUV | 83.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 120 | 0 | 0.78 | 0.26 | 0.36 | 320 | 0.64 | 0.39 |
| Hex | A2 | 24 | 78 | 0 | 4E | 1A | 24 | 140 | 40 | 27 |
| Octal | 242 | 44 | 170 | 0 | 116 | 32 | 44 | 500 | 100 | 47 |
| Binary | 10100010 | 100100 | 1111000 | 0 | 1001110 | 11010 | 100100 | 101000000 | 1000000 | 100111 |
Color Harmonies of #A22478
Complementary color
Monochromatic Colors of #A22478
Black with #A22478
Text Example
Text Example
White with #A22478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22478; }
p { color: rgb(162,36,120); }
H1.HeaderClassName
{
color: #A22478;
}
.AnyTagClassName
{
color: #A22478;
}
</style>
background-color css
<style>
a { background-color: #A22478; }
a { background-color: rgb(162,36,120); }
div.DivClassName
{
background-color: #A22478;
}
.BgClassName
{
background-color: #A22478;
}
</style>
border-color css
<style>
span { border-color: #A22478; }
span { border-color: rgb(162,36,120); }
td.TdClassName
{
border-color: #A22478;
}
.TagClassName
{
border-color: #A22478;
}
</style>