Shades of Violet Blue #A5629F
Tints of Violet Blue #A5629F
RGB
CMYK
RGB Variations
Color information
#A5629F (or 0xA5629F) is known color: Violet Blue. HEX triplet: A5, 62 and 9F. RGB value is (165,98,159). Sum of RGB (Red+Green+Blue) = 165+98+159=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5629F is #5A9D60. Grayscale: #7C7C7C. Windows color (decimal): -5938529 or 10445477. OLE color: 10445477.
HSL color Cylindrical-coordinate representation of color #A5629F: hue angle of 305.37º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5629F is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 98 | 159 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.35 |
| HSL | 305.37º | 0.27% | 0.52% | - |
| HSV(B) | 305.37º | 0.41% | 0.65% | - |
| XYZ | 26.14 | 19.24 | 35.14 | - |
| YUV | 124.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 98 | 159 | 0 | 0.41 | 0.04 | 0.35 | 305.37 | 0.27 | 0.52 |
| Hex | A5 | 62 | 9F | 0 | 29 | 4 | 23 | 131 | 1B | 34 |
| Octal | 245 | 142 | 237 | 0 | 51 | 4 | 43 | 461 | 33 | 64 |
| Binary | 10100101 | 1100010 | 10011111 | 0 | 101001 | 100 | 100011 | 100110001 | 11011 | 110100 |
Color Harmonies of #A5629F
Complementary color
Monochromatic Colors of #A5629F
Black with #A5629F
Text Example
Text Example
White with #A5629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5629F; }
p { color: rgb(165,98,159); }
H1.HeaderClassName
{
color: #A5629F;
}
.AnyTagClassName
{
color: #A5629F;
}
</style>
background-color css
<style>
a { background-color: #A5629F; }
a { background-color: rgb(165,98,159); }
div.DivClassName
{
background-color: #A5629F;
}
.BgClassName
{
background-color: #A5629F;
}
</style>
border-color css
<style>
span { border-color: #A5629F; }
span { border-color: rgb(165,98,159); }
td.TdClassName
{
border-color: #A5629F;
}
.TagClassName
{
border-color: #A5629F;
}
</style>