Shades of Violet Blue #A35BA4
Tints of Violet Blue #A35BA4
RGB
CMYK
RGB Variations
Color information
#A35BA4 (or 0xA35BA4) is known color: Violet Blue. HEX triplet: A3, 5B and A4. RGB value is (163,91,164). Sum of RGB (Red+Green+Blue) = 163+91+164=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 164 - color contains mainly: blue. Hex color #A35BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35BA4 is #5CA45B. Grayscale: #787878. Windows color (decimal): -6071388 or 10771363. OLE color: 10771363.
HSL color Cylindrical-coordinate representation of color #A35BA4: hue angle of 299.18º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A35BA4 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 91 | 164 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.36 |
| HSL | 299.18º | 0.29% | 0.5% | - |
| HSV(B) | 299.18º | 0.45% | 0.64% | - |
| XYZ | 25.55 | 17.95 | 37.24 | - |
| YUV | 120.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 164 | 0.01 | 0.45 | 0 | 0.36 | 299.18 | 0.29 | 0.5 |
| Hex | A3 | 5B | A4 | 1 | 2D | 0 | 24 | 12B | 1D | 32 |
| Octal | 243 | 133 | 244 | 1 | 55 | 0 | 44 | 453 | 35 | 62 |
| Binary | 10100011 | 1011011 | 10100100 | 1 | 101101 | 0 | 100100 | 100101011 | 11101 | 110010 |
Color Harmonies of #A35BA4
Complementary color
Monochromatic Colors of #A35BA4
Black with #A35BA4
Text Example
Text Example
White with #A35BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BA4; }
p { color: rgb(163,91,164); }
H1.HeaderClassName
{
color: #A35BA4;
}
.AnyTagClassName
{
color: #A35BA4;
}
</style>
background-color css
<style>
a { background-color: #A35BA4; }
a { background-color: rgb(163,91,164); }
div.DivClassName
{
background-color: #A35BA4;
}
.BgClassName
{
background-color: #A35BA4;
}
</style>
border-color css
<style>
span { border-color: #A35BA4; }
span { border-color: rgb(163,91,164); }
td.TdClassName
{
border-color: #A35BA4;
}
.TagClassName
{
border-color: #A35BA4;
}
</style>