Shades of Violet Blue #A370AB
Tints of Violet Blue #A370AB
RGB
CMYK
RGB Variations
Color information
#A370AB (or 0xA370AB) is known color: Violet Blue. HEX triplet: A3, 70 and AB. RGB value is (163,112,171). Sum of RGB (Red+Green+Blue) = 163+112+171=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #A370AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A370AB is #5C8F54. Grayscale: #858585. Windows color (decimal): -6066005 or 11235491. OLE color: 11235491.
HSL color Cylindrical-coordinate representation of color #A370AB: hue angle of 291.86º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A370AB is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 112 | 171 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.33 |
| HSL | 291.86º | 0.26% | 0.55% | - |
| HSV(B) | 291.86º | 0.35% | 0.67% | - |
| XYZ | 28.25 | 22.32 | 41.35 | - |
| YUV | 133.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 171 | 0.05 | 0.35 | 0 | 0.33 | 291.86 | 0.26 | 0.55 |
| Hex | A3 | 70 | AB | 5 | 23 | 0 | 21 | 124 | 1A | 37 |
| Octal | 243 | 160 | 253 | 5 | 43 | 0 | 41 | 444 | 32 | 67 |
| Binary | 10100011 | 1110000 | 10101011 | 101 | 100011 | 0 | 100001 | 100100100 | 11010 | 110111 |
Color Harmonies of #A370AB
Complementary color
Monochromatic Colors of #A370AB
Black with #A370AB
Text Example
Text Example
White with #A370AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370AB; }
p { color: rgb(163,112,171); }
H1.HeaderClassName
{
color: #A370AB;
}
.AnyTagClassName
{
color: #A370AB;
}
</style>
background-color css
<style>
a { background-color: #A370AB; }
a { background-color: rgb(163,112,171); }
div.DivClassName
{
background-color: #A370AB;
}
.BgClassName
{
background-color: #A370AB;
}
</style>
border-color css
<style>
span { border-color: #A370AB; }
span { border-color: rgb(163,112,171); }
td.TdClassName
{
border-color: #A370AB;
}
.TagClassName
{
border-color: #A370AB;
}
</style>