Shades of Violet Blue #A1629D
Tints of Violet Blue #A1629D
RGB
CMYK
RGB Variations
Color information
#A1629D (or 0xA1629D) is known color: Violet Blue. HEX triplet: A1, 62 and 9D. RGB value is (161,98,157). Sum of RGB (Red+Green+Blue) = 161+98+157=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A1629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1629D is #5E9D62. Grayscale: #7B7B7B. Windows color (decimal): -6200675 or 10314401. OLE color: 10314401.
HSL color Cylindrical-coordinate representation of color #A1629D: hue angle of 303.81º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1629D is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 157 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.37 |
| HSL | 303.81º | 0.25% | 0.51% | - |
| HSV(B) | 303.81º | 0.39% | 0.63% | - |
| XYZ | 25.15 | 18.75 | 34.19 | - |
| YUV | 123.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 157 | 0 | 0.39 | 0.02 | 0.37 | 303.81 | 0.25 | 0.51 |
| Hex | A1 | 62 | 9D | 0 | 27 | 2 | 25 | 130 | 19 | 33 |
| Octal | 241 | 142 | 235 | 0 | 47 | 2 | 45 | 460 | 31 | 63 |
| Binary | 10100001 | 1100010 | 10011101 | 0 | 100111 | 10 | 100101 | 100110000 | 11001 | 110011 |
Color Harmonies of #A1629D
Complementary color
Monochromatic Colors of #A1629D
Black with #A1629D
Text Example
Text Example
White with #A1629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1629D; }
p { color: rgb(161,98,157); }
H1.HeaderClassName
{
color: #A1629D;
}
.AnyTagClassName
{
color: #A1629D;
}
</style>
background-color css
<style>
a { background-color: #A1629D; }
a { background-color: rgb(161,98,157); }
div.DivClassName
{
background-color: #A1629D;
}
.BgClassName
{
background-color: #A1629D;
}
</style>
border-color css
<style>
span { border-color: #A1629D; }
span { border-color: rgb(161,98,157); }
td.TdClassName
{
border-color: #A1629D;
}
.TagClassName
{
border-color: #A1629D;
}
</style>