Shades of Violet Blue #AC38A3
Tints of Violet Blue #AC38A3
RGB
CMYK
RGB Variations
Color information
#AC38A3 (or 0xAC38A3) is known color: Violet Blue. HEX triplet: AC, 38 and A3. RGB value is (172,56,163). Sum of RGB (Red+Green+Blue) = 172+56+163=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC38A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC38A3 is #53C75C. Grayscale: #666666. Windows color (decimal): -5490525 or 10696876. OLE color: 10696876.
HSL color Cylindrical-coordinate representation of color #AC38A3: hue angle of 304.66º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC38A3 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 163 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.33 |
| HSL | 304.66º | 0.51% | 0.45% | - |
| HSV(B) | 304.66º | 0.67% | 0.67% | - |
| XYZ | 25.04 | 14.24 | 36.08 | - |
| YUV | 102.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 163 | 0 | 0.67 | 0.05 | 0.33 | 304.66 | 0.51 | 0.45 |
| Hex | AC | 38 | A3 | 0 | 43 | 5 | 21 | 131 | 33 | 2D |
| Octal | 254 | 70 | 243 | 0 | 103 | 5 | 41 | 461 | 63 | 55 |
| Binary | 10101100 | 111000 | 10100011 | 0 | 1000011 | 101 | 100001 | 100110001 | 110011 | 101101 |
Color Harmonies of #AC38A3
Complementary color
Monochromatic Colors of #AC38A3
Black with #AC38A3
Text Example
Text Example
White with #AC38A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC38A3; }
p { color: rgb(172,56,163); }
H1.HeaderClassName
{
color: #AC38A3;
}
.AnyTagClassName
{
color: #AC38A3;
}
</style>
background-color css
<style>
a { background-color: #AC38A3; }
a { background-color: rgb(172,56,163); }
div.DivClassName
{
background-color: #AC38A3;
}
.BgClassName
{
background-color: #AC38A3;
}
</style>
border-color css
<style>
span { border-color: #AC38A3; }
span { border-color: rgb(172,56,163); }
td.TdClassName
{
border-color: #AC38A3;
}
.TagClassName
{
border-color: #AC38A3;
}
</style>