Shades of Violet Blue #A54BA8
Tints of Violet Blue #A54BA8
RGB
CMYK
RGB Variations
Color information
#A54BA8 (or 0xA54BA8) is known color: Violet Blue. HEX triplet: A5, 4B and A8. RGB value is (165,75,168). Sum of RGB (Red+Green+Blue) = 165+75+168=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 168 - color contains mainly: blue. Hex color #A54BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54BA8 is #5AB457. Grayscale: #707070. Windows color (decimal): -5944408 or 11029413. OLE color: 11029413.
HSL color Cylindrical-coordinate representation of color #A54BA8: hue angle of 298.06º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54BA8 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 75 | 168 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.34 |
| HSL | 298.06º | 0.38% | 0.48% | - |
| HSV(B) | 298.06º | 0.55% | 0.66% | - |
| XYZ | 25.1 | 15.86 | 38.78 | - |
| YUV | 112.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 168 | 0.02 | 0.55 | 0 | 0.34 | 298.06 | 0.38 | 0.48 |
| Hex | A5 | 4B | A8 | 2 | 37 | 0 | 22 | 12A | 26 | 30 |
| Octal | 245 | 113 | 250 | 2 | 67 | 0 | 42 | 452 | 46 | 60 |
| Binary | 10100101 | 1001011 | 10101000 | 10 | 110111 | 0 | 100010 | 100101010 | 100110 | 110000 |
Color Harmonies of #A54BA8
Complementary color
Monochromatic Colors of #A54BA8
Black with #A54BA8
Text Example
Text Example
White with #A54BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54BA8; }
p { color: rgb(165,75,168); }
H1.HeaderClassName
{
color: #A54BA8;
}
.AnyTagClassName
{
color: #A54BA8;
}
</style>
background-color css
<style>
a { background-color: #A54BA8; }
a { background-color: rgb(165,75,168); }
div.DivClassName
{
background-color: #A54BA8;
}
.BgClassName
{
background-color: #A54BA8;
}
</style>
border-color css
<style>
span { border-color: #A54BA8; }
span { border-color: rgb(165,75,168); }
td.TdClassName
{
border-color: #A54BA8;
}
.TagClassName
{
border-color: #A54BA8;
}
</style>