Shades of Violet Blue #A04BAA
Tints of Violet Blue #A04BAA
RGB
CMYK
RGB Variations
Color information
#A04BAA (or 0xA04BAA) is known color: Violet Blue. HEX triplet: A0, 4B and AA. RGB value is (160,75,170). Sum of RGB (Red+Green+Blue) = 160+75+170=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #A04BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04BAA is #5FB455. Grayscale: #6E6E6E. Windows color (decimal): -6272086 or 11160480. OLE color: 11160480.
HSL color Cylindrical-coordinate representation of color #A04BAA: hue angle of 293.68º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04BAA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 75 | 170 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.33 |
| HSL | 293.68º | 0.39% | 0.48% | - |
| HSV(B) | 293.68º | 0.56% | 0.67% | - |
| XYZ | 24.27 | 15.41 | 39.73 | - |
| YUV | 111.25 | 161.16 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 170 | 0.06 | 0.56 | 0 | 0.33 | 293.68 | 0.39 | 0.48 |
| Hex | A0 | 4B | AA | 6 | 38 | 0 | 21 | 126 | 27 | 30 |
| Octal | 240 | 113 | 252 | 6 | 70 | 0 | 41 | 446 | 47 | 60 |
| Binary | 10100000 | 1001011 | 10101010 | 110 | 111000 | 0 | 100001 | 100100110 | 100111 | 110000 |
Color Harmonies of #A04BAA
Complementary color
Monochromatic Colors of #A04BAA
Black with #A04BAA
Text Example
Text Example
White with #A04BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BAA; }
p { color: rgb(160,75,170); }
H1.HeaderClassName
{
color: #A04BAA;
}
.AnyTagClassName
{
color: #A04BAA;
}
</style>
background-color css
<style>
a { background-color: #A04BAA; }
a { background-color: rgb(160,75,170); }
div.DivClassName
{
background-color: #A04BAA;
}
.BgClassName
{
background-color: #A04BAA;
}
</style>
border-color css
<style>
span { border-color: #A04BAA; }
span { border-color: rgb(160,75,170); }
td.TdClassName
{
border-color: #A04BAA;
}
.TagClassName
{
border-color: #A04BAA;
}
</style>