Shades of Violet Blue #A54BA5
Tints of Violet Blue #A54BA5
RGB
CMYK
RGB Variations
Color information
#A54BA5 (or 0xA54BA5) is known color: Violet Blue. HEX triplet: A5, 4B and A5. RGB value is (165,75,165). Sum of RGB (Red+Green+Blue) = 165+75+165=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 165 - color contains mainly: red, blue. Hex color #A54BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54BA5 is #5AB45A. Grayscale: #6F6F6F. Windows color (decimal): -5944411 or 10832805. OLE color: 10832805.
HSL color Cylindrical-coordinate representation of color #A54BA5: hue angle of 300º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54BA5 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 75 | 165 | - |
| CMYK | 0 | 0.55 | 0 | 0.35 |
| HSL | 300º | 0.38% | 0.47% | - |
| HSV(B) | 300º | 0.55% | 0.65% | - |
| XYZ | 24.82 | 15.75 | 37.33 | - |
| YUV | 112.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 165 | 0 | 0.55 | 0 | 0.35 | 300 | 0.38 | 0.47 |
| Hex | A5 | 4B | A5 | 0 | 37 | 0 | 23 | 12C | 26 | 2F |
| Octal | 245 | 113 | 245 | 0 | 67 | 0 | 43 | 454 | 46 | 57 |
| Binary | 10100101 | 1001011 | 10100101 | 0 | 110111 | 0 | 100011 | 100101100 | 100110 | 101111 |
Color Harmonies of #A54BA5
Complementary color
Monochromatic Colors of #A54BA5
Black with #A54BA5
Text Example
Text Example
White with #A54BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54BA5; }
p { color: rgb(165,75,165); }
H1.HeaderClassName
{
color: #A54BA5;
}
.AnyTagClassName
{
color: #A54BA5;
}
</style>
background-color css
<style>
a { background-color: #A54BA5; }
a { background-color: rgb(165,75,165); }
div.DivClassName
{
background-color: #A54BA5;
}
.BgClassName
{
background-color: #A54BA5;
}
</style>
border-color css
<style>
span { border-color: #A54BA5; }
span { border-color: rgb(165,75,165); }
td.TdClassName
{
border-color: #A54BA5;
}
.TagClassName
{
border-color: #A54BA5;
}
</style>