Shades of Violet Blue #A93DA6
Tints of Violet Blue #A93DA6
RGB
CMYK
RGB Variations
Color information
#A93DA6 (or 0xA93DA6) is known color: Violet Blue. HEX triplet: A9, 3D and A6. RGB value is (169,61,166). Sum of RGB (Red+Green+Blue) = 169+61+166=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A93DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93DA6 is #56C259. Grayscale: #686868. Windows color (decimal): -5685850 or 10894761. OLE color: 10894761.
HSL color Cylindrical-coordinate representation of color #A93DA6: hue angle of 301.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A93DA6 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 61 | 166 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.34 |
| HSL | 301.67º | 0.47% | 0.45% | - |
| HSV(B) | 301.67º | 0.64% | 0.66% | - |
| XYZ | 24.91 | 14.53 | 37.57 | - |
| YUV | 105.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 166 | 0 | 0.64 | 0.02 | 0.34 | 301.67 | 0.47 | 0.45 |
| Hex | A9 | 3D | A6 | 0 | 40 | 2 | 22 | 12E | 2F | 2D |
| Octal | 251 | 75 | 246 | 0 | 100 | 2 | 42 | 456 | 57 | 55 |
| Binary | 10101001 | 111101 | 10100110 | 0 | 1000000 | 10 | 100010 | 100101110 | 101111 | 101101 |
Color Harmonies of #A93DA6
Complementary color
Monochromatic Colors of #A93DA6
Black with #A93DA6
Text Example
Text Example
White with #A93DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93DA6; }
p { color: rgb(169,61,166); }
H1.HeaderClassName
{
color: #A93DA6;
}
.AnyTagClassName
{
color: #A93DA6;
}
</style>
background-color css
<style>
a { background-color: #A93DA6; }
a { background-color: rgb(169,61,166); }
div.DivClassName
{
background-color: #A93DA6;
}
.BgClassName
{
background-color: #A93DA6;
}
</style>
border-color css
<style>
span { border-color: #A93DA6; }
span { border-color: rgb(169,61,166); }
td.TdClassName
{
border-color: #A93DA6;
}
.TagClassName
{
border-color: #A93DA6;
}
</style>