Shades of Violet Blue #A2629D
Tints of Violet Blue #A2629D
RGB
CMYK
RGB Variations
Color information
#A2629D (or 0xA2629D) is known color: Violet Blue. HEX triplet: A2, 62 and 9D. RGB value is (162,98,157). Sum of RGB (Red+Green+Blue) = 162+98+157=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2629D is #5D9D62. Grayscale: #7B7B7B. Windows color (decimal): -6135139 or 10314402. OLE color: 10314402.
HSL color Cylindrical-coordinate representation of color #A2629D: hue angle of 304.69º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2629D is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 98 | 157 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.36 |
| HSL | 304.69º | 0.26% | 0.51% | - |
| HSV(B) | 304.69º | 0.4% | 0.64% | - |
| XYZ | 25.35 | 18.85 | 34.2 | - |
| YUV | 123.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 157 | 0 | 0.40 | 0.03 | 0.36 | 304.69 | 0.26 | 0.51 |
| Hex | A2 | 62 | 9D | 0 | 28 | 3 | 24 | 131 | 1A | 33 |
| Octal | 242 | 142 | 235 | 0 | 50 | 3 | 44 | 461 | 32 | 63 |
| Binary | 10100010 | 1100010 | 10011101 | 0 | 101000 | 11 | 100100 | 100110001 | 11010 | 110011 |
Color Harmonies of #A2629D
Complementary color
Monochromatic Colors of #A2629D
Black with #A2629D
Text Example
Text Example
White with #A2629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2629D; }
p { color: rgb(162,98,157); }
H1.HeaderClassName
{
color: #A2629D;
}
.AnyTagClassName
{
color: #A2629D;
}
</style>
background-color css
<style>
a { background-color: #A2629D; }
a { background-color: rgb(162,98,157); }
div.DivClassName
{
background-color: #A2629D;
}
.BgClassName
{
background-color: #A2629D;
}
</style>
border-color css
<style>
span { border-color: #A2629D; }
span { border-color: rgb(162,98,157); }
td.TdClassName
{
border-color: #A2629D;
}
.TagClassName
{
border-color: #A2629D;
}
</style>