Shades of Violet Blue #AC43A3
Tints of Violet Blue #AC43A3
RGB
CMYK
RGB Variations
Color information
#AC43A3 (or 0xAC43A3) is known color: Violet Blue. HEX triplet: AC, 43 and A3. RGB value is (172,67,163). Sum of RGB (Red+Green+Blue) = 172+67+163=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC43A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC43A3 is #53BC5C. Grayscale: #6D6D6D. Windows color (decimal): -5487709 or 10699692. OLE color: 10699692.
HSL color Cylindrical-coordinate representation of color #AC43A3: hue angle of 305.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC43A3 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 163 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.33 |
| HSL | 305.14º | 0.44% | 0.47% | - |
| HSV(B) | 305.14º | 0.61% | 0.67% | - |
| XYZ | 25.63 | 15.43 | 36.28 | - |
| YUV | 109.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 163 | 0 | 0.61 | 0.05 | 0.33 | 305.14 | 0.44 | 0.47 |
| Hex | AC | 43 | A3 | 0 | 3D | 5 | 21 | 131 | 2C | 2F |
| Octal | 254 | 103 | 243 | 0 | 75 | 5 | 41 | 461 | 54 | 57 |
| Binary | 10101100 | 1000011 | 10100011 | 0 | 111101 | 101 | 100001 | 100110001 | 101100 | 101111 |
Color Harmonies of #AC43A3
Complementary color
Monochromatic Colors of #AC43A3
Black with #AC43A3
Text Example
Text Example
White with #AC43A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC43A3; }
p { color: rgb(172,67,163); }
H1.HeaderClassName
{
color: #AC43A3;
}
.AnyTagClassName
{
color: #AC43A3;
}
</style>
background-color css
<style>
a { background-color: #AC43A3; }
a { background-color: rgb(172,67,163); }
div.DivClassName
{
background-color: #AC43A3;
}
.BgClassName
{
background-color: #AC43A3;
}
</style>
border-color css
<style>
span { border-color: #AC43A3; }
span { border-color: rgb(172,67,163); }
td.TdClassName
{
border-color: #AC43A3;
}
.TagClassName
{
border-color: #AC43A3;
}
</style>