Shades of Violet Blue #A35C98
Tints of Violet Blue #A35C98
RGB
CMYK
RGB Variations
Color information
#A35C98 (or 0xA35C98) is known color: Violet Blue. HEX triplet: A3, 5C and 98. RGB value is (163,92,152). Sum of RGB (Red+Green+Blue) = 163+92+152=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35C98 is #5CA367. Grayscale: #777777. Windows color (decimal): -6071144 or 9985187. OLE color: 9985187.
HSL color Cylindrical-coordinate representation of color #A35C98: hue angle of 309.3º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A35C98 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 92 | 152 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.36 |
| HSL | 309.3º | 0.28% | 0.5% | - |
| HSV(B) | 309.3º | 0.44% | 0.64% | - |
| XYZ | 24.6 | 17.71 | 31.83 | - |
| YUV | 120.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 152 | 0 | 0.44 | 0.07 | 0.36 | 309.3 | 0.28 | 0.5 |
| Hex | A3 | 5C | 98 | 0 | 2C | 7 | 24 | 135 | 1C | 32 |
| Octal | 243 | 134 | 230 | 0 | 54 | 7 | 44 | 465 | 34 | 62 |
| Binary | 10100011 | 1011100 | 10011000 | 0 | 101100 | 111 | 100100 | 100110101 | 11100 | 110010 |
Color Harmonies of #A35C98
Complementary color
Monochromatic Colors of #A35C98
Black with #A35C98
Text Example
Text Example
White with #A35C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35C98; }
p { color: rgb(163,92,152); }
H1.HeaderClassName
{
color: #A35C98;
}
.AnyTagClassName
{
color: #A35C98;
}
</style>
background-color css
<style>
a { background-color: #A35C98; }
a { background-color: rgb(163,92,152); }
div.DivClassName
{
background-color: #A35C98;
}
.BgClassName
{
background-color: #A35C98;
}
</style>
border-color css
<style>
span { border-color: #A35C98; }
span { border-color: rgb(163,92,152); }
td.TdClassName
{
border-color: #A35C98;
}
.TagClassName
{
border-color: #A35C98;
}
</style>