Shades of Dark Purple #A2238F
Tints of Dark Purple #A2238F
RGB
CMYK
RGB Variations
Color information
#A2238F (or 0xA2238F) is known color: Dark Purple. HEX triplet: A2, 23 and 8F. RGB value is (162,35,143). Sum of RGB (Red+Green+Blue) = 162+35+143=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2238F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2238F is #5DDC70. Grayscale: #545454. Windows color (decimal): -6151281 or 9380770. OLE color: 9380770.
HSL color Cylindrical-coordinate representation of color #A2238F: hue angle of 308.98º 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 #A2238F is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 35 | 143 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.36 |
| HSL | 308.98º | 0.64% | 0.39% | - |
| HSV(B) | 308.98º | 0.78% | 0.64% | - |
| XYZ | 20.46 | 10.87 | 27.01 | - |
| YUV | 85.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 143 | 0 | 0.78 | 0.12 | 0.36 | 308.98 | 0.64 | 0.39 |
| Hex | A2 | 23 | 8F | 0 | 4E | C | 24 | 135 | 40 | 27 |
| Octal | 242 | 43 | 217 | 0 | 116 | 14 | 44 | 465 | 100 | 47 |
| Binary | 10100010 | 100011 | 10001111 | 0 | 1001110 | 1100 | 100100 | 100110101 | 1000000 | 100111 |
Color Harmonies of #A2238F
Complementary color
Monochromatic Colors of #A2238F
Black with #A2238F
Text Example
Text Example
White with #A2238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2238F; }
p { color: rgb(162,35,143); }
H1.HeaderClassName
{
color: #A2238F;
}
.AnyTagClassName
{
color: #A2238F;
}
</style>
background-color css
<style>
a { background-color: #A2238F; }
a { background-color: rgb(162,35,143); }
div.DivClassName
{
background-color: #A2238F;
}
.BgClassName
{
background-color: #A2238F;
}
</style>
border-color css
<style>
span { border-color: #A2238F; }
span { border-color: rgb(162,35,143); }
td.TdClassName
{
border-color: #A2238F;
}
.TagClassName
{
border-color: #A2238F;
}
</style>