Shades of Violet Blue #A748AF
Tints of Violet Blue #A748AF
RGB
CMYK
RGB Variations
Color information
#A748AF (or 0xA748AF) is known color: Violet Blue. HEX triplet: A7, 48 and AF. RGB value is (167,72,175). Sum of RGB (Red+Green+Blue) = 167+72+175=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 72 (28.52% from 255 or 17.39% 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 #A748AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A748AF is #58B750. Grayscale: #6F6F6F. Windows color (decimal): -5814097 or 11487399. OLE color: 11487399.
HSL color Cylindrical-coordinate representation of color #A748AF: hue angle of 295.34º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A748AF is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 72 | 175 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.31 |
| HSL | 295.34º | 0.42% | 0.48% | - |
| HSV(B) | 295.34º | 0.59% | 0.69% | - |
| XYZ | 25.99 | 15.95 | 42.27 | - |
| YUV | 112.15 | 163.47 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 175 | 0.05 | 0.59 | 0 | 0.31 | 295.34 | 0.42 | 0.48 |
| Hex | A7 | 48 | AF | 5 | 3B | 0 | 1F | 127 | 2A | 30 |
| Octal | 247 | 110 | 257 | 5 | 73 | 0 | 37 | 447 | 52 | 60 |
| Binary | 10100111 | 1001000 | 10101111 | 101 | 111011 | 0 | 11111 | 100100111 | 101010 | 110000 |
Color Harmonies of #A748AF
Complementary color
Monochromatic Colors of #A748AF
Black with #A748AF
Text Example
Text Example
White with #A748AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A748AF; }
p { color: rgb(167,72,175); }
H1.HeaderClassName
{
color: #A748AF;
}
.AnyTagClassName
{
color: #A748AF;
}
</style>
background-color css
<style>
a { background-color: #A748AF; }
a { background-color: rgb(167,72,175); }
div.DivClassName
{
background-color: #A748AF;
}
.BgClassName
{
background-color: #A748AF;
}
</style>
border-color css
<style>
span { border-color: #A748AF; }
span { border-color: rgb(167,72,175); }
td.TdClassName
{
border-color: #A748AF;
}
.TagClassName
{
border-color: #A748AF;
}
</style>