Shades of Violet Blue #A35BA5
Tints of Violet Blue #A35BA5
RGB
CMYK
RGB Variations
Color information
#A35BA5 (or 0xA35BA5) is known color: Violet Blue. HEX triplet: A3, 5B and A5. RGB value is (163,91,165). Sum of RGB (Red+Green+Blue) = 163+91+165=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 165 - color contains mainly: blue. Hex color #A35BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35BA5 is #5CA45A. Grayscale: #787878. Windows color (decimal): -6071387 or 10836899. OLE color: 10836899.
HSL color Cylindrical-coordinate representation of color #A35BA5: hue angle of 298.38º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A35BA5 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 91 | 165 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.35 |
| HSL | 298.38º | 0.29% | 0.5% | - |
| HSV(B) | 298.38º | 0.45% | 0.65% | - |
| XYZ | 25.64 | 17.99 | 37.72 | - |
| YUV | 120.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 165 | 0.01 | 0.45 | 0 | 0.35 | 298.38 | 0.29 | 0.5 |
| Hex | A3 | 5B | A5 | 1 | 2D | 0 | 23 | 12A | 1D | 32 |
| Octal | 243 | 133 | 245 | 1 | 55 | 0 | 43 | 452 | 35 | 62 |
| Binary | 10100011 | 1011011 | 10100101 | 1 | 101101 | 0 | 100011 | 100101010 | 11101 | 110010 |
Color Harmonies of #A35BA5
Complementary color
Monochromatic Colors of #A35BA5
Black with #A35BA5
Text Example
Text Example
White with #A35BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BA5; }
p { color: rgb(163,91,165); }
H1.HeaderClassName
{
color: #A35BA5;
}
.AnyTagClassName
{
color: #A35BA5;
}
</style>
background-color css
<style>
a { background-color: #A35BA5; }
a { background-color: rgb(163,91,165); }
div.DivClassName
{
background-color: #A35BA5;
}
.BgClassName
{
background-color: #A35BA5;
}
</style>
border-color css
<style>
span { border-color: #A35BA5; }
span { border-color: rgb(163,91,165); }
td.TdClassName
{
border-color: #A35BA5;
}
.TagClassName
{
border-color: #A35BA5;
}
</style>