Shades of Dark Purple #A2248A
Tints of Dark Purple #A2248A
RGB
CMYK
RGB Variations
Color information
#A2248A (or 0xA2248A) is known color: Dark Purple. HEX triplet: A2, 24 and 8A. RGB value is (162,36,138). Sum of RGB (Red+Green+Blue) = 162+36+138=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2248A is #5DDB75. Grayscale: #555555. Windows color (decimal): -6151030 or 9053346. OLE color: 9053346.
HSL color Cylindrical-coordinate representation of color #A2248A: hue angle of 311.43º 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 #A2248A is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 36 | 138 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.36 |
| HSL | 311.43º | 0.64% | 0.39% | - |
| HSV(B) | 311.43º | 0.78% | 0.64% | - |
| XYZ | 20.12 | 10.78 | 25.06 | - |
| YUV | 85.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 138 | 0 | 0.78 | 0.15 | 0.36 | 311.43 | 0.64 | 0.39 |
| Hex | A2 | 24 | 8A | 0 | 4E | F | 24 | 137 | 40 | 27 |
| Octal | 242 | 44 | 212 | 0 | 116 | 17 | 44 | 467 | 100 | 47 |
| Binary | 10100010 | 100100 | 10001010 | 0 | 1001110 | 1111 | 100100 | 100110111 | 1000000 | 100111 |
Color Harmonies of #A2248A
Complementary color
Monochromatic Colors of #A2248A
Black with #A2248A
Text Example
Text Example
White with #A2248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2248A; }
p { color: rgb(162,36,138); }
H1.HeaderClassName
{
color: #A2248A;
}
.AnyTagClassName
{
color: #A2248A;
}
</style>
background-color css
<style>
a { background-color: #A2248A; }
a { background-color: rgb(162,36,138); }
div.DivClassName
{
background-color: #A2248A;
}
.BgClassName
{
background-color: #A2248A;
}
</style>
border-color css
<style>
span { border-color: #A2248A; }
span { border-color: rgb(162,36,138); }
td.TdClassName
{
border-color: #A2248A;
}
.TagClassName
{
border-color: #A2248A;
}
</style>