Shades of Violet Blue #A5508F
Tints of Violet Blue #A5508F
RGB
CMYK
RGB Variations
Color information
#A5508F (or 0xA5508F) is known color: Violet Blue. HEX triplet: A5, 50 and 8F. RGB value is (165,80,143). Sum of RGB (Red+Green+Blue) = 165+80+143=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5508F is #5AAF70. Grayscale: #707070. Windows color (decimal): -5943153 or 9392293. OLE color: 9392293.
HSL color Cylindrical-coordinate representation of color #A5508F: hue angle of 315.53º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5508F is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 80 | 143 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.35 |
| HSL | 315.53º | 0.35% | 0.48% | - |
| HSV(B) | 315.53º | 0.52% | 0.65% | - |
| XYZ | 23.34 | 15.72 | 27.79 | - |
| YUV | 112.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 143 | 0 | 0.52 | 0.13 | 0.35 | 315.53 | 0.35 | 0.48 |
| Hex | A5 | 50 | 8F | 0 | 34 | D | 23 | 13C | 23 | 30 |
| Octal | 245 | 120 | 217 | 0 | 64 | 15 | 43 | 474 | 43 | 60 |
| Binary | 10100101 | 1010000 | 10001111 | 0 | 110100 | 1101 | 100011 | 100111100 | 100011 | 110000 |
Color Harmonies of #A5508F
Complementary color
Monochromatic Colors of #A5508F
Black with #A5508F
Text Example
Text Example
White with #A5508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5508F; }
p { color: rgb(165,80,143); }
H1.HeaderClassName
{
color: #A5508F;
}
.AnyTagClassName
{
color: #A5508F;
}
</style>
background-color css
<style>
a { background-color: #A5508F; }
a { background-color: rgb(165,80,143); }
div.DivClassName
{
background-color: #A5508F;
}
.BgClassName
{
background-color: #A5508F;
}
</style>
border-color css
<style>
span { border-color: #A5508F; }
span { border-color: rgb(165,80,143); }
td.TdClassName
{
border-color: #A5508F;
}
.TagClassName
{
border-color: #A5508F;
}
</style>