Shades of Violet Blue #A03DA3
Tints of Violet Blue #A03DA3
RGB
CMYK
RGB Variations
Color information
#A03DA3 (or 0xA03DA3) is known color: Violet Blue. HEX triplet: A0, 3D and A3. RGB value is (160,61,163). Sum of RGB (Red+Green+Blue) = 160+61+163=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 163 - color contains mainly: blue. Hex color #A03DA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03DA3 is #5FC25C. Grayscale: #656565. Windows color (decimal): -6275677 or 10698144. OLE color: 10698144.
HSL color Cylindrical-coordinate representation of color #A03DA3: hue angle of 298.24º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A03DA3 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 61 | 163 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.36 |
| HSL | 298.24º | 0.46% | 0.44% | - |
| HSV(B) | 298.24º | 0.63% | 0.64% | - |
| XYZ | 22.78 | 13.46 | 36.05 | - |
| YUV | 102.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 163 | 0.02 | 0.63 | 0 | 0.36 | 298.24 | 0.46 | 0.44 |
| Hex | A0 | 3D | A3 | 2 | 3F | 0 | 24 | 12A | 2E | 2C |
| Octal | 240 | 75 | 243 | 2 | 77 | 0 | 44 | 452 | 56 | 54 |
| Binary | 10100000 | 111101 | 10100011 | 10 | 111111 | 0 | 100100 | 100101010 | 101110 | 101100 |
Color Harmonies of #A03DA3
Complementary color
Monochromatic Colors of #A03DA3
Black with #A03DA3
Text Example
Text Example
White with #A03DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03DA3; }
p { color: rgb(160,61,163); }
H1.HeaderClassName
{
color: #A03DA3;
}
.AnyTagClassName
{
color: #A03DA3;
}
</style>
background-color css
<style>
a { background-color: #A03DA3; }
a { background-color: rgb(160,61,163); }
div.DivClassName
{
background-color: #A03DA3;
}
.BgClassName
{
background-color: #A03DA3;
}
</style>
border-color css
<style>
span { border-color: #A03DA3; }
span { border-color: rgb(160,61,163); }
td.TdClassName
{
border-color: #A03DA3;
}
.TagClassName
{
border-color: #A03DA3;
}
</style>