Shades of Violet Blue #AC43AA
Tints of Violet Blue #AC43AA
RGB
CMYK
RGB Variations
Color information
#AC43AA (or 0xAC43AA) is known color: Violet Blue. HEX triplet: AC, 43 and AA. RGB value is (172,67,170). Sum of RGB (Red+Green+Blue) = 172+67+170=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC43AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC43AA is #53BC55. Grayscale: #6D6D6D. Windows color (decimal): -5487702 or 11158444. OLE color: 11158444.
HSL color Cylindrical-coordinate representation of color #AC43AA: hue angle of 301.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 #AC43AA is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 170 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.33 |
| HSL | 301.14º | 0.44% | 0.47% | - |
| HSV(B) | 301.14º | 0.61% | 0.67% | - |
| XYZ | 26.28 | 15.69 | 39.67 | - |
| YUV | 110.14 | 161.79 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 170 | 0 | 0.61 | 0.01 | 0.33 | 301.14 | 0.44 | 0.47 |
| Hex | AC | 43 | AA | 0 | 3D | 1 | 21 | 12D | 2C | 2F |
| Octal | 254 | 103 | 252 | 0 | 75 | 1 | 41 | 455 | 54 | 57 |
| Binary | 10101100 | 1000011 | 10101010 | 0 | 111101 | 1 | 100001 | 100101101 | 101100 | 101111 |
Color Harmonies of #AC43AA
Complementary color
Monochromatic Colors of #AC43AA
Black with #AC43AA
Text Example
Text Example
White with #AC43AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC43AA; }
p { color: rgb(172,67,170); }
H1.HeaderClassName
{
color: #AC43AA;
}
.AnyTagClassName
{
color: #AC43AA;
}
</style>
background-color css
<style>
a { background-color: #AC43AA; }
a { background-color: rgb(172,67,170); }
div.DivClassName
{
background-color: #AC43AA;
}
.BgClassName
{
background-color: #AC43AA;
}
</style>
border-color css
<style>
span { border-color: #AC43AA; }
span { border-color: rgb(172,67,170); }
td.TdClassName
{
border-color: #AC43AA;
}
.TagClassName
{
border-color: #AC43AA;
}
</style>