Shades of Violet Blue #A43D97
Tints of Violet Blue #A43D97
RGB
CMYK
RGB Variations
Color information
#A43D97 (or 0xA43D97) is known color: Violet Blue. HEX triplet: A4, 3D and 97. RGB value is (164,61,151). Sum of RGB (Red+Green+Blue) = 164+61+151=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D97 is #5BC268. Grayscale: #656565. Windows color (decimal): -6013545 or 9911716. OLE color: 9911716.
HSL color Cylindrical-coordinate representation of color #A43D97: hue angle of 307.57º 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 #A43D97 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 151 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.36 |
| HSL | 307.57º | 0.46% | 0.44% | - |
| HSV(B) | 307.57º | 0.63% | 0.64% | - |
| XYZ | 22.56 | 13.46 | 30.69 | - |
| YUV | 102.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 151 | 0 | 0.63 | 0.08 | 0.36 | 307.57 | 0.46 | 0.44 |
| Hex | A4 | 3D | 97 | 0 | 3F | 8 | 24 | 134 | 2E | 2C |
| Octal | 244 | 75 | 227 | 0 | 77 | 10 | 44 | 464 | 56 | 54 |
| Binary | 10100100 | 111101 | 10010111 | 0 | 111111 | 1000 | 100100 | 100110100 | 101110 | 101100 |
Color Harmonies of #A43D97
Complementary color
Monochromatic Colors of #A43D97
Black with #A43D97
Text Example
Text Example
White with #A43D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D97; }
p { color: rgb(164,61,151); }
H1.HeaderClassName
{
color: #A43D97;
}
.AnyTagClassName
{
color: #A43D97;
}
</style>
background-color css
<style>
a { background-color: #A43D97; }
a { background-color: rgb(164,61,151); }
div.DivClassName
{
background-color: #A43D97;
}
.BgClassName
{
background-color: #A43D97;
}
</style>
border-color css
<style>
span { border-color: #A43D97; }
span { border-color: rgb(164,61,151); }
td.TdClassName
{
border-color: #A43D97;
}
.TagClassName
{
border-color: #A43D97;
}
</style>