Shades of Dark Purple #A2247B
Tints of Dark Purple #A2247B
RGB
CMYK
RGB Variations
Color information
#A2247B (or 0xA2247B) is known color: Dark Purple. HEX triplet: A2, 24 and 7B. RGB value is (162,36,123). Sum of RGB (Red+Green+Blue) = 162+36+123=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2247B is #5DDB84. Grayscale: #535353. Windows color (decimal): -6151045 or 8070306. OLE color: 8070306.
HSL color Cylindrical-coordinate representation of color #A2247B: hue angle of 318.57º 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 #A2247B is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 36 | 123 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.36 |
| HSL | 318.57º | 0.64% | 0.39% | - |
| HSV(B) | 318.57º | 0.78% | 0.64% | - |
| XYZ | 19.11 | 10.37 | 19.73 | - |
| YUV | 83.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 123 | 0 | 0.78 | 0.24 | 0.36 | 318.57 | 0.64 | 0.39 |
| Hex | A2 | 24 | 7B | 0 | 4E | 18 | 24 | 13F | 40 | 27 |
| Octal | 242 | 44 | 173 | 0 | 116 | 30 | 44 | 477 | 100 | 47 |
| Binary | 10100010 | 100100 | 1111011 | 0 | 1001110 | 11000 | 100100 | 100111111 | 1000000 | 100111 |
Color Harmonies of #A2247B
Complementary color
Monochromatic Colors of #A2247B
Black with #A2247B
Text Example
Text Example
White with #A2247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2247B; }
p { color: rgb(162,36,123); }
H1.HeaderClassName
{
color: #A2247B;
}
.AnyTagClassName
{
color: #A2247B;
}
</style>
background-color css
<style>
a { background-color: #A2247B; }
a { background-color: rgb(162,36,123); }
div.DivClassName
{
background-color: #A2247B;
}
.BgClassName
{
background-color: #A2247B;
}
</style>
border-color css
<style>
span { border-color: #A2247B; }
span { border-color: rgb(162,36,123); }
td.TdClassName
{
border-color: #A2247B;
}
.TagClassName
{
border-color: #A2247B;
}
</style>