Shades of Violet Blue #A43DA2
Tints of Violet Blue #A43DA2
RGB
CMYK
RGB Variations
Color information
#A43DA2 (or 0xA43DA2) is known color: Violet Blue. HEX triplet: A4, 3D and A2. RGB value is (164,61,162). Sum of RGB (Red+Green+Blue) = 164+61+162=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A43DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43DA2 is #5BC25D. Grayscale: #676767. Windows color (decimal): -6013534 or 10632612. OLE color: 10632612.
HSL color Cylindrical-coordinate representation of color #A43DA2: hue angle of 301.17º 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 #A43DA2 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 162 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.36 |
| HSL | 301.17º | 0.46% | 0.44% | - |
| HSV(B) | 301.17º | 0.63% | 0.64% | - |
| XYZ | 23.5 | 13.84 | 35.61 | - |
| YUV | 103.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 162 | 0 | 0.63 | 0.01 | 0.36 | 301.17 | 0.46 | 0.44 |
| Hex | A4 | 3D | A2 | 0 | 3F | 1 | 24 | 12D | 2E | 2C |
| Octal | 244 | 75 | 242 | 0 | 77 | 1 | 44 | 455 | 56 | 54 |
| Binary | 10100100 | 111101 | 10100010 | 0 | 111111 | 1 | 100100 | 100101101 | 101110 | 101100 |
Color Harmonies of #A43DA2
Complementary color
Monochromatic Colors of #A43DA2
Black with #A43DA2
Text Example
Text Example
White with #A43DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43DA2; }
p { color: rgb(164,61,162); }
H1.HeaderClassName
{
color: #A43DA2;
}
.AnyTagClassName
{
color: #A43DA2;
}
</style>
background-color css
<style>
a { background-color: #A43DA2; }
a { background-color: rgb(164,61,162); }
div.DivClassName
{
background-color: #A43DA2;
}
.BgClassName
{
background-color: #A43DA2;
}
</style>
border-color css
<style>
span { border-color: #A43DA2; }
span { border-color: rgb(164,61,162); }
td.TdClassName
{
border-color: #A43DA2;
}
.TagClassName
{
border-color: #A43DA2;
}
</style>