Shades of Violet Blue #A358AA
Tints of Violet Blue #A358AA
RGB
CMYK
RGB Variations
Color information
#A358AA (or 0xA358AA) is known color: Violet Blue. HEX triplet: A3, 58 and AA. RGB value is (163,88,170). Sum of RGB (Red+Green+Blue) = 163+88+170=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #A358AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A358AA is #5CA755. Grayscale: #777777. Windows color (decimal): -6072150 or 11163811. OLE color: 11163811.
HSL color Cylindrical-coordinate representation of color #A358AA: hue angle of 294.88º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A358AA is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 88 | 170 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.33 |
| HSL | 294.88º | 0.33% | 0.51% | - |
| HSV(B) | 294.88º | 0.48% | 0.67% | - |
| XYZ | 25.85 | 17.67 | 40.08 | - |
| YUV | 119.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 170 | 0.04 | 0.48 | 0 | 0.33 | 294.88 | 0.33 | 0.51 |
| Hex | A3 | 58 | AA | 4 | 30 | 0 | 21 | 127 | 21 | 33 |
| Octal | 243 | 130 | 252 | 4 | 60 | 0 | 41 | 447 | 41 | 63 |
| Binary | 10100011 | 1011000 | 10101010 | 100 | 110000 | 0 | 100001 | 100100111 | 100001 | 110011 |
Color Harmonies of #A358AA
Complementary color
Monochromatic Colors of #A358AA
Black with #A358AA
Text Example
Text Example
White with #A358AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358AA; }
p { color: rgb(163,88,170); }
H1.HeaderClassName
{
color: #A358AA;
}
.AnyTagClassName
{
color: #A358AA;
}
</style>
background-color css
<style>
a { background-color: #A358AA; }
a { background-color: rgb(163,88,170); }
div.DivClassName
{
background-color: #A358AA;
}
.BgClassName
{
background-color: #A358AA;
}
</style>
border-color css
<style>
span { border-color: #A358AA; }
span { border-color: rgb(163,88,170); }
td.TdClassName
{
border-color: #A358AA;
}
.TagClassName
{
border-color: #A358AA;
}
</style>