Shades of Vivid Violet #A2259D
Tints of Vivid Violet #A2259D
RGB
CMYK
RGB Variations
Color information
#A2259D (or 0xA2259D) is known color: Vivid Violet. HEX triplet: A2, 25 and 9D. RGB value is (162,37,157). Sum of RGB (Red+Green+Blue) = 162+37+157=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2259D is #5DDA62. Grayscale: #575757. Windows color (decimal): -6150755 or 10298786. OLE color: 10298786.
HSL color Cylindrical-coordinate representation of color #A2259D: hue angle of 302.4º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2259D is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 157 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.36 |
| HSL | 302.4º | 0.63% | 0.39% | - |
| HSV(B) | 302.4º | 0.77% | 0.64% | - |
| XYZ | 21.65 | 11.44 | 32.97 | - |
| YUV | 88.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 157 | 0 | 0.77 | 0.03 | 0.36 | 302.4 | 0.63 | 0.39 |
| Hex | A2 | 25 | 9D | 0 | 4D | 3 | 24 | 12E | 3F | 27 |
| Octal | 242 | 45 | 235 | 0 | 115 | 3 | 44 | 456 | 77 | 47 |
| Binary | 10100010 | 100101 | 10011101 | 0 | 1001101 | 11 | 100100 | 100101110 | 111111 | 100111 |
Color Harmonies of #A2259D
Complementary color
Monochromatic Colors of #A2259D
Black with #A2259D
Text Example
Text Example
White with #A2259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2259D; }
p { color: rgb(162,37,157); }
H1.HeaderClassName
{
color: #A2259D;
}
.AnyTagClassName
{
color: #A2259D;
}
</style>
background-color css
<style>
a { background-color: #A2259D; }
a { background-color: rgb(162,37,157); }
div.DivClassName
{
background-color: #A2259D;
}
.BgClassName
{
background-color: #A2259D;
}
</style>
border-color css
<style>
span { border-color: #A2259D; }
span { border-color: rgb(162,37,157); }
td.TdClassName
{
border-color: #A2259D;
}
.TagClassName
{
border-color: #A2259D;
}
</style>