Shades of Dark Purple #A21A7B
Tints of Dark Purple #A21A7B
RGB
CMYK
RGB Variations
Color information
#A21A7B (or 0xA21A7B) is known color: Dark Purple. HEX triplet: A2, 1A and 7B. RGB value is (162,26,123). Sum of RGB (Red+Green+Blue) = 162+26+123=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A7B is #5DE584. Grayscale: #4D4D4D. Windows color (decimal): -6153605 or 8067746. OLE color: 8067746.
HSL color Cylindrical-coordinate representation of color #A21A7B: hue angle of 317.21º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A7B is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 123 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.36 |
| HSL | 317.21º | 0.72% | 0.37% | - |
| HSV(B) | 317.21º | 0.84% | 0.64% | - |
| XYZ | 18.84 | 9.85 | 19.65 | - |
| YUV | 77.72 | 153.56 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 123 | 0 | 0.84 | 0.24 | 0.36 | 317.21 | 0.72 | 0.37 |
| Hex | A2 | 1A | 7B | 0 | 54 | 18 | 24 | 13D | 48 | 25 |
| Octal | 242 | 32 | 173 | 0 | 124 | 30 | 44 | 475 | 110 | 45 |
| Binary | 10100010 | 11010 | 1111011 | 0 | 1010100 | 11000 | 100100 | 100111101 | 1001000 | 100101 |
Color Harmonies of #A21A7B
Complementary color
Monochromatic Colors of #A21A7B
Black with #A21A7B
Text Example
Text Example
White with #A21A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A7B; }
p { color: rgb(162,26,123); }
H1.HeaderClassName
{
color: #A21A7B;
}
.AnyTagClassName
{
color: #A21A7B;
}
</style>
background-color css
<style>
a { background-color: #A21A7B; }
a { background-color: rgb(162,26,123); }
div.DivClassName
{
background-color: #A21A7B;
}
.BgClassName
{
background-color: #A21A7B;
}
</style>
border-color css
<style>
span { border-color: #A21A7B; }
span { border-color: rgb(162,26,123); }
td.TdClassName
{
border-color: #A21A7B;
}
.TagClassName
{
border-color: #A21A7B;
}
</style>