Shades of Violent Violet #2A164B
Tints of Violent Violet #2A164B
RGB
CMYK
RGB Variations
Color information
#2A164B (or 0x2A164B) is known color: Violent Violet. HEX triplet: 2A, 16 and 4B. RGB value is (42,22,75). Sum of RGB (Red+Green+Blue) = 42+22+75=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A164B is #D5E9B4. Grayscale: #212121. Windows color (decimal): -14018997 or 4920874. OLE color: 4920874.
HSL color Cylindrical-coordinate representation of color #2A164B: hue angle of 262.64º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A164B is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 22 | 75 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.71 |
| HSL | 262.64º | 0.55% | 0.19% | - |
| HSV(B) | 262.64º | 0.71% | 0.29% | - |
| XYZ | 2.51 | 1.57 | 6.83 | - |
| YUV | 34.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 75 | 0.44 | 0.71 | 0 | 0.71 | 262.64 | 0.55 | 0.19 |
| Hex | 2A | 16 | 4B | 2C | 47 | 0 | 47 | 107 | 37 | 13 |
| Octal | 52 | 26 | 113 | 54 | 107 | 0 | 107 | 407 | 67 | 23 |
| Binary | 101010 | 10110 | 1001011 | 101100 | 1000111 | 0 | 1000111 | 100000111 | 110111 | 10011 |
Color Harmonies of #2A164B
Complementary color
Monochromatic Colors of #2A164B
Black with #2A164B
Text Example
Text Example
White with #2A164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A164B; }
p { color: rgb(42,22,75); }
H1.HeaderClassName
{
color: #2A164B;
}
.AnyTagClassName
{
color: #2A164B;
}
</style>
background-color css
<style>
a { background-color: #2A164B; }
a { background-color: rgb(42,22,75); }
div.DivClassName
{
background-color: #2A164B;
}
.BgClassName
{
background-color: #2A164B;
}
</style>
border-color css
<style>
span { border-color: #2A164B; }
span { border-color: rgb(42,22,75); }
td.TdClassName
{
border-color: #2A164B;
}
.TagClassName
{
border-color: #2A164B;
}
</style>