Shades of Violet Blue #A35599
Tints of Violet Blue #A35599
RGB
CMYK
RGB Variations
Color information
#A35599 (or 0xA35599) is known color: Violet Blue. HEX triplet: A3, 55 and 99. RGB value is (163,85,153). Sum of RGB (Red+Green+Blue) = 163+85+153=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A35599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35599 is #5CAA66. Grayscale: #737373. Windows color (decimal): -6072935 or 10048931. OLE color: 10048931.
HSL color Cylindrical-coordinate representation of color #A35599: hue angle of 307.69º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35599 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 85 | 153 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.36 |
| HSL | 307.69º | 0.31% | 0.49% | - |
| HSV(B) | 307.69º | 0.48% | 0.64% | - |
| XYZ | 24.1 | 16.58 | 32.07 | - |
| YUV | 116.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 153 | 0 | 0.48 | 0.06 | 0.36 | 307.69 | 0.31 | 0.49 |
| Hex | A3 | 55 | 99 | 0 | 30 | 6 | 24 | 134 | 1F | 31 |
| Octal | 243 | 125 | 231 | 0 | 60 | 6 | 44 | 464 | 37 | 61 |
| Binary | 10100011 | 1010101 | 10011001 | 0 | 110000 | 110 | 100100 | 100110100 | 11111 | 110001 |
Color Harmonies of #A35599
Complementary color
Monochromatic Colors of #A35599
Black with #A35599
Text Example
Text Example
White with #A35599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35599; }
p { color: rgb(163,85,153); }
H1.HeaderClassName
{
color: #A35599;
}
.AnyTagClassName
{
color: #A35599;
}
</style>
background-color css
<style>
a { background-color: #A35599; }
a { background-color: rgb(163,85,153); }
div.DivClassName
{
background-color: #A35599;
}
.BgClassName
{
background-color: #A35599;
}
</style>
border-color css
<style>
span { border-color: #A35599; }
span { border-color: rgb(163,85,153); }
td.TdClassName
{
border-color: #A35599;
}
.TagClassName
{
border-color: #A35599;
}
</style>