Shades of Violet Blue #A935A9
Tints of Violet Blue #A935A9
RGB
CMYK
RGB Variations
Color information
#A935A9 (or 0xA935A9) is known color: Violet Blue. HEX triplet: A9, 35 and A9. RGB value is (169,53,169). Sum of RGB (Red+Green+Blue) = 169+53+169=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 169 - color contains mainly: red, blue. Hex color #A935A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A935A9 is #56CA56. Grayscale: #646464. Windows color (decimal): -5687895 or 11089321. OLE color: 11089321.
HSL color Cylindrical-coordinate representation of color #A935A9: hue angle of 300º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A935A9 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 53 | 169 | - |
| CMYK | 0 | 0.69 | 0 | 0.34 |
| HSL | 300º | 0.52% | 0.44% | - |
| HSV(B) | 300º | 0.69% | 0.66% | - |
| XYZ | 24.8 | 13.85 | 38.9 | - |
| YUV | 100.91 | 166.43 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 169 | 0 | 0.69 | 0 | 0.34 | 300 | 0.52 | 0.44 |
| Hex | A9 | 35 | A9 | 0 | 45 | 0 | 22 | 12C | 34 | 2C |
| Octal | 251 | 65 | 251 | 0 | 105 | 0 | 42 | 454 | 64 | 54 |
| Binary | 10101001 | 110101 | 10101001 | 0 | 1000101 | 0 | 100010 | 100101100 | 110100 | 101100 |
Color Harmonies of #A935A9
Complementary color
Monochromatic Colors of #A935A9
Black with #A935A9
Text Example
Text Example
White with #A935A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A935A9; }
p { color: rgb(169,53,169); }
H1.HeaderClassName
{
color: #A935A9;
}
.AnyTagClassName
{
color: #A935A9;
}
</style>
background-color css
<style>
a { background-color: #A935A9; }
a { background-color: rgb(169,53,169); }
div.DivClassName
{
background-color: #A935A9;
}
.BgClassName
{
background-color: #A935A9;
}
</style>
border-color css
<style>
span { border-color: #A935A9; }
span { border-color: rgb(169,53,169); }
td.TdClassName
{
border-color: #A935A9;
}
.TagClassName
{
border-color: #A935A9;
}
</style>