Shades of Violet Blue #A54AAF
Tints of Violet Blue #A54AAF
RGB
CMYK
RGB Variations
Color information
#A54AAF (or 0xA54AAF) is known color: Violet Blue. HEX triplet: A5, 4A and AF. RGB value is (165,74,175). Sum of RGB (Red+Green+Blue) = 165+74+175=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #A54AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54AAF is #5AB550. Grayscale: #707070. Windows color (decimal): -5944657 or 11487909. OLE color: 11487909.
HSL color Cylindrical-coordinate representation of color #A54AAF: hue angle of 294.06º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54AAF is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 74 | 175 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.31 |
| HSL | 294.06º | 0.41% | 0.49% | - |
| HSV(B) | 294.06º | 0.58% | 0.69% | - |
| XYZ | 25.7 | 15.99 | 42.29 | - |
| YUV | 112.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 175 | 0.06 | 0.58 | 0 | 0.31 | 294.06 | 0.41 | 0.49 |
| Hex | A5 | 4A | AF | 6 | 3A | 0 | 1F | 126 | 29 | 31 |
| Octal | 245 | 112 | 257 | 6 | 72 | 0 | 37 | 446 | 51 | 61 |
| Binary | 10100101 | 1001010 | 10101111 | 110 | 111010 | 0 | 11111 | 100100110 | 101001 | 110001 |
Color Harmonies of #A54AAF
Complementary color
Monochromatic Colors of #A54AAF
Black with #A54AAF
Text Example
Text Example
White with #A54AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54AAF; }
p { color: rgb(165,74,175); }
H1.HeaderClassName
{
color: #A54AAF;
}
.AnyTagClassName
{
color: #A54AAF;
}
</style>
background-color css
<style>
a { background-color: #A54AAF; }
a { background-color: rgb(165,74,175); }
div.DivClassName
{
background-color: #A54AAF;
}
.BgClassName
{
background-color: #A54AAF;
}
</style>
border-color css
<style>
span { border-color: #A54AAF; }
span { border-color: rgb(165,74,175); }
td.TdClassName
{
border-color: #A54AAF;
}
.TagClassName
{
border-color: #A54AAF;
}
</style>