Shades of Violet Blue #A748AA
Tints of Violet Blue #A748AA
RGB
CMYK
RGB Variations
Color information
#A748AA (or 0xA748AA) is known color: Violet Blue. HEX triplet: A7, 48 and AA. RGB value is (167,72,170). Sum of RGB (Red+Green+Blue) = 167+72+170=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #A748AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A748AA is #58B755. Grayscale: #6F6F6F. Windows color (decimal): -5814102 or 11159719. OLE color: 11159719.
HSL color Cylindrical-coordinate representation of color #A748AA: hue angle of 298.16º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A748AA is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 72 | 170 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.33 |
| HSL | 298.16º | 0.4% | 0.47% | - |
| HSV(B) | 298.16º | 0.58% | 0.67% | - |
| XYZ | 25.51 | 15.75 | 39.73 | - |
| YUV | 111.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 170 | 0.02 | 0.58 | 0 | 0.33 | 298.16 | 0.4 | 0.47 |
| Hex | A7 | 48 | AA | 2 | 3A | 0 | 21 | 12A | 28 | 2F |
| Octal | 247 | 110 | 252 | 2 | 72 | 0 | 41 | 452 | 50 | 57 |
| Binary | 10100111 | 1001000 | 10101010 | 10 | 111010 | 0 | 100001 | 100101010 | 101000 | 101111 |
Color Harmonies of #A748AA
Complementary color
Monochromatic Colors of #A748AA
Black with #A748AA
Text Example
Text Example
White with #A748AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A748AA; }
p { color: rgb(167,72,170); }
H1.HeaderClassName
{
color: #A748AA;
}
.AnyTagClassName
{
color: #A748AA;
}
</style>
background-color css
<style>
a { background-color: #A748AA; }
a { background-color: rgb(167,72,170); }
div.DivClassName
{
background-color: #A748AA;
}
.BgClassName
{
background-color: #A748AA;
}
</style>
border-color css
<style>
span { border-color: #A748AA; }
span { border-color: rgb(167,72,170); }
td.TdClassName
{
border-color: #A748AA;
}
.TagClassName
{
border-color: #A748AA;
}
</style>