Shades of Violet Blue #A373AA
Tints of Violet Blue #A373AA
RGB
CMYK
RGB Variations
Color information
#A373AA (or 0xA373AA) is known color: Violet Blue. HEX triplet: A3, 73 and AA. RGB value is (163,115,170). Sum of RGB (Red+Green+Blue) = 163+115+170=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #A373AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A373AA is #5C8C55. Grayscale: #878787. Windows color (decimal): -6065238 or 11170723. OLE color: 11170723.
HSL color Cylindrical-coordinate representation of color #A373AA: hue angle of 292.36º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A373AA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 115 | 170 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.33 |
| HSL | 292.36º | 0.24% | 0.56% | - |
| HSV(B) | 292.36º | 0.32% | 0.67% | - |
| XYZ | 28.49 | 22.95 | 40.96 | - |
| YUV | 135.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 170 | 0.04 | 0.32 | 0 | 0.33 | 292.36 | 0.24 | 0.56 |
| Hex | A3 | 73 | AA | 4 | 20 | 0 | 21 | 124 | 18 | 38 |
| Octal | 243 | 163 | 252 | 4 | 40 | 0 | 41 | 444 | 30 | 70 |
| Binary | 10100011 | 1110011 | 10101010 | 100 | 100000 | 0 | 100001 | 100100100 | 11000 | 111000 |
Color Harmonies of #A373AA
Complementary color
Monochromatic Colors of #A373AA
Black with #A373AA
Text Example
Text Example
White with #A373AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A373AA; }
p { color: rgb(163,115,170); }
H1.HeaderClassName
{
color: #A373AA;
}
.AnyTagClassName
{
color: #A373AA;
}
</style>
background-color css
<style>
a { background-color: #A373AA; }
a { background-color: rgb(163,115,170); }
div.DivClassName
{
background-color: #A373AA;
}
.BgClassName
{
background-color: #A373AA;
}
</style>
border-color css
<style>
span { border-color: #A373AA; }
span { border-color: rgb(163,115,170); }
td.TdClassName
{
border-color: #A373AA;
}
.TagClassName
{
border-color: #A373AA;
}
</style>