Shades of Violet Blue #A370AA
Tints of Violet Blue #A370AA
RGB
CMYK
RGB Variations
Color information
#A370AA (or 0xA370AA) is known color: Violet Blue. HEX triplet: A3, 70 and AA. RGB value is (163,112,170). Sum of RGB (Red+Green+Blue) = 163+112+170=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #A370AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A370AA is #5C8F55. Grayscale: #858585. Windows color (decimal): -6066006 or 11169955. OLE color: 11169955.
HSL color Cylindrical-coordinate representation of color #A370AA: hue angle of 292.76º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A370AA is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 112 | 170 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.33 |
| HSL | 292.76º | 0.25% | 0.55% | - |
| HSV(B) | 292.76º | 0.34% | 0.67% | - |
| XYZ | 28.15 | 22.28 | 40.85 | - |
| YUV | 133.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 170 | 0.04 | 0.34 | 0 | 0.33 | 292.76 | 0.25 | 0.55 |
| Hex | A3 | 70 | AA | 4 | 22 | 0 | 21 | 125 | 19 | 37 |
| Octal | 243 | 160 | 252 | 4 | 42 | 0 | 41 | 445 | 31 | 67 |
| Binary | 10100011 | 1110000 | 10101010 | 100 | 100010 | 0 | 100001 | 100100101 | 11001 | 110111 |
Color Harmonies of #A370AA
Complementary color
Monochromatic Colors of #A370AA
Black with #A370AA
Text Example
Text Example
White with #A370AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370AA; }
p { color: rgb(163,112,170); }
H1.HeaderClassName
{
color: #A370AA;
}
.AnyTagClassName
{
color: #A370AA;
}
</style>
background-color css
<style>
a { background-color: #A370AA; }
a { background-color: rgb(163,112,170); }
div.DivClassName
{
background-color: #A370AA;
}
.BgClassName
{
background-color: #A370AA;
}
</style>
border-color css
<style>
span { border-color: #A370AA; }
span { border-color: rgb(163,112,170); }
td.TdClassName
{
border-color: #A370AA;
}
.TagClassName
{
border-color: #A370AA;
}
</style>