Shades of Violet Blue #A93BAC
Tints of Violet Blue #A93BAC
RGB
CMYK
RGB Variations
Color information
#A93BAC (or 0xA93BAC) is known color: Violet Blue. HEX triplet: A9, 3B and AC. RGB value is (169,59,172). Sum of RGB (Red+Green+Blue) = 169+59+172=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #A93BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93BAC is #56C453. Grayscale: #686868. Windows color (decimal): -5686356 or 11287465. OLE color: 11287465.
HSL color Cylindrical-coordinate representation of color #A93BAC: hue angle of 298.41º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93BAC is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 59 | 172 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.33 |
| HSL | 298.41º | 0.49% | 0.45% | - |
| HSV(B) | 298.41º | 0.66% | 0.67% | - |
| XYZ | 25.37 | 14.54 | 40.5 | - |
| YUV | 104.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 172 | 0.02 | 0.66 | 0 | 0.33 | 298.41 | 0.49 | 0.45 |
| Hex | A9 | 3B | AC | 2 | 42 | 0 | 21 | 12A | 31 | 2D |
| Octal | 251 | 73 | 254 | 2 | 102 | 0 | 41 | 452 | 61 | 55 |
| Binary | 10101001 | 111011 | 10101100 | 10 | 1000010 | 0 | 100001 | 100101010 | 110001 | 101101 |
Color Harmonies of #A93BAC
Complementary color
Monochromatic Colors of #A93BAC
Black with #A93BAC
Text Example
Text Example
White with #A93BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93BAC; }
p { color: rgb(169,59,172); }
H1.HeaderClassName
{
color: #A93BAC;
}
.AnyTagClassName
{
color: #A93BAC;
}
</style>
background-color css
<style>
a { background-color: #A93BAC; }
a { background-color: rgb(169,59,172); }
div.DivClassName
{
background-color: #A93BAC;
}
.BgClassName
{
background-color: #A93BAC;
}
</style>
border-color css
<style>
span { border-color: #A93BAC; }
span { border-color: rgb(169,59,172); }
td.TdClassName
{
border-color: #A93BAC;
}
.TagClassName
{
border-color: #A93BAC;
}
</style>