Shades of Dark Purple #A2238B
Tints of Dark Purple #A2238B
RGB
CMYK
RGB Variations
Color information
#A2238B (or 0xA2238B) is known color: Dark Purple. HEX triplet: A2, 23 and 8B. RGB value is (162,35,139). Sum of RGB (Red+Green+Blue) = 162+35+139=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2238B is #5DDC74. Grayscale: #545454. Windows color (decimal): -6151285 or 9118626. OLE color: 9118626.
HSL color Cylindrical-coordinate representation of color #A2238B: hue angle of 310.87º 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 #A2238B is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 35 | 139 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.36 |
| HSL | 310.87º | 0.64% | 0.39% | - |
| HSV(B) | 310.87º | 0.78% | 0.64% | - |
| XYZ | 20.16 | 10.75 | 25.44 | - |
| YUV | 84.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 139 | 0 | 0.78 | 0.14 | 0.36 | 310.87 | 0.64 | 0.39 |
| Hex | A2 | 23 | 8B | 0 | 4E | E | 24 | 137 | 40 | 27 |
| Octal | 242 | 43 | 213 | 0 | 116 | 16 | 44 | 467 | 100 | 47 |
| Binary | 10100010 | 100011 | 10001011 | 0 | 1001110 | 1110 | 100100 | 100110111 | 1000000 | 100111 |
Color Harmonies of #A2238B
Complementary color
Monochromatic Colors of #A2238B
Black with #A2238B
Text Example
Text Example
White with #A2238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2238B; }
p { color: rgb(162,35,139); }
H1.HeaderClassName
{
color: #A2238B;
}
.AnyTagClassName
{
color: #A2238B;
}
</style>
background-color css
<style>
a { background-color: #A2238B; }
a { background-color: rgb(162,35,139); }
div.DivClassName
{
background-color: #A2238B;
}
.BgClassName
{
background-color: #A2238B;
}
</style>
border-color css
<style>
span { border-color: #A2238B; }
span { border-color: rgb(162,35,139); }
td.TdClassName
{
border-color: #A2238B;
}
.TagClassName
{
border-color: #A2238B;
}
</style>