Shades of Dark Purple #A21B7A
Tints of Dark Purple #A21B7A
RGB
CMYK
RGB Variations
Color information
#A21B7A (or 0xA21B7A) is known color: Dark Purple. HEX triplet: A2, 1B and 7A. RGB value is (162,27,122). Sum of RGB (Red+Green+Blue) = 162+27+122=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21B7A is #5DE485. Grayscale: #4D4D4D. Windows color (decimal): -6153350 or 8002466. OLE color: 8002466.
HSL color Cylindrical-coordinate representation of color #A21B7A: hue angle of 317.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21B7A is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 27 | 122 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.36 |
| HSL | 317.78º | 0.71% | 0.37% | - |
| HSV(B) | 317.78º | 0.83% | 0.64% | - |
| XYZ | 18.81 | 9.87 | 19.33 | - |
| YUV | 78.2 | 152.73 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 122 | 0 | 0.83 | 0.25 | 0.36 | 317.78 | 0.71 | 0.37 |
| Hex | A2 | 1B | 7A | 0 | 53 | 19 | 24 | 13E | 47 | 25 |
| Octal | 242 | 33 | 172 | 0 | 123 | 31 | 44 | 476 | 107 | 45 |
| Binary | 10100010 | 11011 | 1111010 | 0 | 1010011 | 11001 | 100100 | 100111110 | 1000111 | 100101 |
Color Harmonies of #A21B7A
Complementary color
Monochromatic Colors of #A21B7A
Black with #A21B7A
Text Example
Text Example
White with #A21B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21B7A; }
p { color: rgb(162,27,122); }
H1.HeaderClassName
{
color: #A21B7A;
}
.AnyTagClassName
{
color: #A21B7A;
}
</style>
background-color css
<style>
a { background-color: #A21B7A; }
a { background-color: rgb(162,27,122); }
div.DivClassName
{
background-color: #A21B7A;
}
.BgClassName
{
background-color: #A21B7A;
}
</style>
border-color css
<style>
span { border-color: #A21B7A; }
span { border-color: rgb(162,27,122); }
td.TdClassName
{
border-color: #A21B7A;
}
.TagClassName
{
border-color: #A21B7A;
}
</style>