Shades of Violet Blue #A963AF
Tints of Violet Blue #A963AF
RGB
CMYK
RGB Variations
Color information
#A963AF (or 0xA963AF) is known color: Violet Blue. HEX triplet: A9, 63 and AF. RGB value is (169,99,175). Sum of RGB (Red+Green+Blue) = 169+99+175=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #A963AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A963AF is #569C50. Grayscale: #808080. Windows color (decimal): -5676113 or 11494313. OLE color: 11494313.
HSL color Cylindrical-coordinate representation of color #A963AF: hue angle of 295.26º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A963AF is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 99 | 175 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.31 |
| HSL | 295.26º | 0.32% | 0.54% | - |
| HSV(B) | 295.26º | 0.43% | 0.69% | - |
| XYZ | 28.56 | 20.45 | 43 | - |
| YUV | 128.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 175 | 0.03 | 0.43 | 0 | 0.31 | 295.26 | 0.32 | 0.54 |
| Hex | A9 | 63 | AF | 3 | 2B | 0 | 1F | 127 | 20 | 36 |
| Octal | 251 | 143 | 257 | 3 | 53 | 0 | 37 | 447 | 40 | 66 |
| Binary | 10101001 | 1100011 | 10101111 | 11 | 101011 | 0 | 11111 | 100100111 | 100000 | 110110 |
Color Harmonies of #A963AF
Complementary color
Monochromatic Colors of #A963AF
Black with #A963AF
Text Example
Text Example
White with #A963AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963AF; }
p { color: rgb(169,99,175); }
H1.HeaderClassName
{
color: #A963AF;
}
.AnyTagClassName
{
color: #A963AF;
}
</style>
background-color css
<style>
a { background-color: #A963AF; }
a { background-color: rgb(169,99,175); }
div.DivClassName
{
background-color: #A963AF;
}
.BgClassName
{
background-color: #A963AF;
}
</style>
border-color css
<style>
span { border-color: #A963AF; }
span { border-color: rgb(169,99,175); }
td.TdClassName
{
border-color: #A963AF;
}
.TagClassName
{
border-color: #A963AF;
}
</style>