Shades of Violet Blue #A35499
Tints of Violet Blue #A35499
RGB
CMYK
RGB Variations
Color information
#A35499 (or 0xA35499) is known color: Violet Blue. HEX triplet: A3, 54 and 99. RGB value is (163,84,153). Sum of RGB (Red+Green+Blue) = 163+84+153=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A35499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35499 is #5CAB66. Grayscale: #737373. Windows color (decimal): -6073191 or 10048675. OLE color: 10048675.
HSL color Cylindrical-coordinate representation of color #A35499: hue angle of 307.59º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35499 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 84 | 153 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.36 |
| HSL | 307.59º | 0.32% | 0.48% | - |
| HSV(B) | 307.59º | 0.48% | 0.64% | - |
| XYZ | 24.02 | 16.43 | 32.04 | - |
| YUV | 115.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 84 | 153 | 0 | 0.48 | 0.06 | 0.36 | 307.59 | 0.32 | 0.48 |
| Hex | A3 | 54 | 99 | 0 | 30 | 6 | 24 | 134 | 20 | 30 |
| Octal | 243 | 124 | 231 | 0 | 60 | 6 | 44 | 464 | 40 | 60 |
| Binary | 10100011 | 1010100 | 10011001 | 0 | 110000 | 110 | 100100 | 100110100 | 100000 | 110000 |
Color Harmonies of #A35499
Complementary color
Monochromatic Colors of #A35499
Black with #A35499
Text Example
Text Example
White with #A35499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35499; }
p { color: rgb(163,84,153); }
H1.HeaderClassName
{
color: #A35499;
}
.AnyTagClassName
{
color: #A35499;
}
</style>
background-color css
<style>
a { background-color: #A35499; }
a { background-color: rgb(163,84,153); }
div.DivClassName
{
background-color: #A35499;
}
.BgClassName
{
background-color: #A35499;
}
</style>
border-color css
<style>
span { border-color: #A35499; }
span { border-color: rgb(163,84,153); }
td.TdClassName
{
border-color: #A35499;
}
.TagClassName
{
border-color: #A35499;
}
</style>