Shades of Violet Blue #A5659D
Tints of Violet Blue #A5659D
RGB
CMYK
RGB Variations
Color information
#A5659D (or 0xA5659D) is known color: Violet Blue. HEX triplet: A5, 65 and 9D. RGB value is (165,101,157). Sum of RGB (Red+Green+Blue) = 165+101+157=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A5659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5659D is #5A9A62. Grayscale: #7E7E7E. Windows color (decimal): -5937763 or 10315173. OLE color: 10315173.
HSL color Cylindrical-coordinate representation of color #A5659D: hue angle of 307.5º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5659D is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 101 | 157 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.35 |
| HSL | 307.5º | 0.26% | 0.52% | - |
| HSV(B) | 307.5º | 0.39% | 0.65% | - |
| XYZ | 26.26 | 19.74 | 34.32 | - |
| YUV | 126.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 157 | 0 | 0.39 | 0.05 | 0.35 | 307.5 | 0.26 | 0.52 |
| Hex | A5 | 65 | 9D | 0 | 27 | 5 | 23 | 134 | 1A | 34 |
| Octal | 245 | 145 | 235 | 0 | 47 | 5 | 43 | 464 | 32 | 64 |
| Binary | 10100101 | 1100101 | 10011101 | 0 | 100111 | 101 | 100011 | 100110100 | 11010 | 110100 |
Color Harmonies of #A5659D
Complementary color
Monochromatic Colors of #A5659D
Black with #A5659D
Text Example
Text Example
White with #A5659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5659D; }
p { color: rgb(165,101,157); }
H1.HeaderClassName
{
color: #A5659D;
}
.AnyTagClassName
{
color: #A5659D;
}
</style>
background-color css
<style>
a { background-color: #A5659D; }
a { background-color: rgb(165,101,157); }
div.DivClassName
{
background-color: #A5659D;
}
.BgClassName
{
background-color: #A5659D;
}
</style>
border-color css
<style>
span { border-color: #A5659D; }
span { border-color: rgb(165,101,157); }
td.TdClassName
{
border-color: #A5659D;
}
.TagClassName
{
border-color: #A5659D;
}
</style>