Shades of Violet Blue #A93DAA
Tints of Violet Blue #A93DAA
RGB
CMYK
RGB Variations
Color information
#A93DAA (or 0xA93DAA) is known color: Violet Blue. HEX triplet: A9, 3D and AA. RGB value is (169,61,170). Sum of RGB (Red+Green+Blue) = 169+61+170=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #A93DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93DAA is #56C255. Grayscale: #696969. Windows color (decimal): -5685846 or 11156905. OLE color: 11156905.
HSL color Cylindrical-coordinate representation of color #A93DAA: hue angle of 299.45º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A93DAA is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 61 | 170 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.33 |
| HSL | 299.45º | 0.47% | 0.45% | - |
| HSV(B) | 299.45º | 0.64% | 0.67% | - |
| XYZ | 25.29 | 14.67 | 39.53 | - |
| YUV | 105.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 170 | 0.01 | 0.64 | 0 | 0.33 | 299.45 | 0.47 | 0.45 |
| Hex | A9 | 3D | AA | 1 | 40 | 0 | 21 | 12B | 2F | 2D |
| Octal | 251 | 75 | 252 | 1 | 100 | 0 | 41 | 453 | 57 | 55 |
| Binary | 10101001 | 111101 | 10101010 | 1 | 1000000 | 0 | 100001 | 100101011 | 101111 | 101101 |
Color Harmonies of #A93DAA
Complementary color
Monochromatic Colors of #A93DAA
Black with #A93DAA
Text Example
Text Example
White with #A93DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93DAA; }
p { color: rgb(169,61,170); }
H1.HeaderClassName
{
color: #A93DAA;
}
.AnyTagClassName
{
color: #A93DAA;
}
</style>
background-color css
<style>
a { background-color: #A93DAA; }
a { background-color: rgb(169,61,170); }
div.DivClassName
{
background-color: #A93DAA;
}
.BgClassName
{
background-color: #A93DAA;
}
</style>
border-color css
<style>
span { border-color: #A93DAA; }
span { border-color: rgb(169,61,170); }
td.TdClassName
{
border-color: #A93DAA;
}
.TagClassName
{
border-color: #A93DAA;
}
</style>