Shades of Violet Blue #A35BB0
Tints of Violet Blue #A35BB0
RGB
CMYK
RGB Variations
Color information
#A35BB0 (or 0xA35BB0) is known color: Violet Blue. HEX triplet: A3, 5B and B0. RGB value is (163,91,176). Sum of RGB (Red+Green+Blue) = 163+91+176=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 176 - color contains mainly: blue. Hex color #A35BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35BB0 is #5CA44F. Grayscale: #797979. Windows color (decimal): -6071376 or 11557795. OLE color: 11557795.
HSL color Cylindrical-coordinate representation of color #A35BB0: hue angle of 290.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35BB0 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 91 | 176 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.31 |
| HSL | 290.82º | 0.35% | 0.52% | - |
| HSV(B) | 290.82º | 0.48% | 0.69% | - |
| XYZ | 26.68 | 18.4 | 43.22 | - |
| YUV | 122.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 176 | 0.07 | 0.48 | 0 | 0.31 | 290.82 | 0.35 | 0.52 |
| Hex | A3 | 5B | B0 | 7 | 30 | 0 | 1F | 123 | 23 | 34 |
| Octal | 243 | 133 | 260 | 7 | 60 | 0 | 37 | 443 | 43 | 64 |
| Binary | 10100011 | 1011011 | 10110000 | 111 | 110000 | 0 | 11111 | 100100011 | 100011 | 110100 |
Color Harmonies of #A35BB0
Complementary color
Monochromatic Colors of #A35BB0
Black with #A35BB0
Text Example
Text Example
White with #A35BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BB0; }
p { color: rgb(163,91,176); }
H1.HeaderClassName
{
color: #A35BB0;
}
.AnyTagClassName
{
color: #A35BB0;
}
</style>
background-color css
<style>
a { background-color: #A35BB0; }
a { background-color: rgb(163,91,176); }
div.DivClassName
{
background-color: #A35BB0;
}
.BgClassName
{
background-color: #A35BB0;
}
</style>
border-color css
<style>
span { border-color: #A35BB0; }
span { border-color: rgb(163,91,176); }
td.TdClassName
{
border-color: #A35BB0;
}
.TagClassName
{
border-color: #A35BB0;
}
</style>