Shades of Violet Blue #A43D9E
Tints of Violet Blue #A43D9E
RGB
CMYK
RGB Variations
Color information
#A43D9E (or 0xA43D9E) is known color: Violet Blue. HEX triplet: A4, 3D and 9E. RGB value is (164,61,158). Sum of RGB (Red+Green+Blue) = 164+61+158=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D9E is #5BC261. Grayscale: #666666. Windows color (decimal): -6013538 or 10370468. OLE color: 10370468.
HSL color Cylindrical-coordinate representation of color #A43D9E: hue angle of 303.5º 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 #A43D9E is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 158 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.36 |
| HSL | 303.5º | 0.46% | 0.44% | - |
| HSV(B) | 303.5º | 0.63% | 0.64% | - |
| XYZ | 23.15 | 13.7 | 33.77 | - |
| YUV | 102.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 158 | 0 | 0.63 | 0.04 | 0.36 | 303.5 | 0.46 | 0.44 |
| Hex | A4 | 3D | 9E | 0 | 3F | 4 | 24 | 12F | 2E | 2C |
| Octal | 244 | 75 | 236 | 0 | 77 | 4 | 44 | 457 | 56 | 54 |
| Binary | 10100100 | 111101 | 10011110 | 0 | 111111 | 100 | 100100 | 100101111 | 101110 | 101100 |
Color Harmonies of #A43D9E
Complementary color
Monochromatic Colors of #A43D9E
Black with #A43D9E
Text Example
Text Example
White with #A43D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D9E; }
p { color: rgb(164,61,158); }
H1.HeaderClassName
{
color: #A43D9E;
}
.AnyTagClassName
{
color: #A43D9E;
}
</style>
background-color css
<style>
a { background-color: #A43D9E; }
a { background-color: rgb(164,61,158); }
div.DivClassName
{
background-color: #A43D9E;
}
.BgClassName
{
background-color: #A43D9E;
}
</style>
border-color css
<style>
span { border-color: #A43D9E; }
span { border-color: rgb(164,61,158); }
td.TdClassName
{
border-color: #A43D9E;
}
.TagClassName
{
border-color: #A43D9E;
}
</style>