Shades of Violet Blue #A03AA5
Tints of Violet Blue #A03AA5
RGB
CMYK
RGB Variations
Color information
#A03AA5 (or 0xA03AA5) is known color: Violet Blue. HEX triplet: A0, 3A and A5. RGB value is (160,58,165). Sum of RGB (Red+Green+Blue) = 160+58+165=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 165 - color contains mainly: blue. Hex color #A03AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03AA5 is #5FC55A. Grayscale: #646464. Windows color (decimal): -6276443 or 10828448. OLE color: 10828448.
HSL color Cylindrical-coordinate representation of color #A03AA5: hue angle of 297.2º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A03AA5 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 58 | 165 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.35 |
| HSL | 297.2º | 0.48% | 0.44% | - |
| HSV(B) | 297.2º | 0.65% | 0.65% | - |
| XYZ | 22.8 | 13.22 | 36.95 | - |
| YUV | 100.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 165 | 0.03 | 0.65 | 0 | 0.35 | 297.2 | 0.48 | 0.44 |
| Hex | A0 | 3A | A5 | 3 | 41 | 0 | 23 | 129 | 30 | 2C |
| Octal | 240 | 72 | 245 | 3 | 101 | 0 | 43 | 451 | 60 | 54 |
| Binary | 10100000 | 111010 | 10100101 | 11 | 1000001 | 0 | 100011 | 100101001 | 110000 | 101100 |
Color Harmonies of #A03AA5
Complementary color
Monochromatic Colors of #A03AA5
Black with #A03AA5
Text Example
Text Example
White with #A03AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03AA5; }
p { color: rgb(160,58,165); }
H1.HeaderClassName
{
color: #A03AA5;
}
.AnyTagClassName
{
color: #A03AA5;
}
</style>
background-color css
<style>
a { background-color: #A03AA5; }
a { background-color: rgb(160,58,165); }
div.DivClassName
{
background-color: #A03AA5;
}
.BgClassName
{
background-color: #A03AA5;
}
</style>
border-color css
<style>
span { border-color: #A03AA5; }
span { border-color: rgb(160,58,165); }
td.TdClassName
{
border-color: #A03AA5;
}
.TagClassName
{
border-color: #A03AA5;
}
</style>