Shades of Violet Blue #A03DA2
Tints of Violet Blue #A03DA2
RGB
CMYK
RGB Variations
Color information
#A03DA2 (or 0xA03DA2) is known color: Violet Blue. HEX triplet: A0, 3D and A2. RGB value is (160,61,162). Sum of RGB (Red+Green+Blue) = 160+61+162=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 162 - color contains mainly: blue. Hex color #A03DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03DA2 is #5FC25D. Grayscale: #656565. Windows color (decimal): -6275678 or 10632608. OLE color: 10632608.
HSL color Cylindrical-coordinate representation of color #A03DA2: hue angle of 298.81º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A03DA2 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 61 | 162 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.36 |
| HSL | 298.81º | 0.45% | 0.44% | - |
| HSV(B) | 298.81º | 0.62% | 0.64% | - |
| XYZ | 22.69 | 13.42 | 35.58 | - |
| YUV | 102.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 162 | 0.01 | 0.62 | 0 | 0.36 | 298.81 | 0.45 | 0.44 |
| Hex | A0 | 3D | A2 | 1 | 3E | 0 | 24 | 12B | 2D | 2C |
| Octal | 240 | 75 | 242 | 1 | 76 | 0 | 44 | 453 | 55 | 54 |
| Binary | 10100000 | 111101 | 10100010 | 1 | 111110 | 0 | 100100 | 100101011 | 101101 | 101100 |
Color Harmonies of #A03DA2
Complementary color
Monochromatic Colors of #A03DA2
Black with #A03DA2
Text Example
Text Example
White with #A03DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03DA2; }
p { color: rgb(160,61,162); }
H1.HeaderClassName
{
color: #A03DA2;
}
.AnyTagClassName
{
color: #A03DA2;
}
</style>
background-color css
<style>
a { background-color: #A03DA2; }
a { background-color: rgb(160,61,162); }
div.DivClassName
{
background-color: #A03DA2;
}
.BgClassName
{
background-color: #A03DA2;
}
</style>
border-color css
<style>
span { border-color: #A03DA2; }
span { border-color: rgb(160,61,162); }
td.TdClassName
{
border-color: #A03DA2;
}
.TagClassName
{
border-color: #A03DA2;
}
</style>