Shades of Violet Blue #AC409D
Tints of Violet Blue #AC409D
RGB
CMYK
RGB Variations
Color information
#AC409D (or 0xAC409D) is known color: Violet Blue. HEX triplet: AC, 40 and 9D. RGB value is (172,64,157). Sum of RGB (Red+Green+Blue) = 172+64+157=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC409D is #53BF62. Grayscale: #6A6A6A. Windows color (decimal): -5488483 or 10305708. OLE color: 10305708.
HSL color Cylindrical-coordinate representation of color #AC409D: hue angle of 308.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC409D is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 157 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.33 |
| HSL | 308.33º | 0.46% | 0.46% | - |
| HSV(B) | 308.33º | 0.63% | 0.67% | - |
| XYZ | 24.93 | 14.87 | 33.45 | - |
| YUV | 106.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 157 | 0 | 0.63 | 0.09 | 0.33 | 308.33 | 0.46 | 0.46 |
| Hex | AC | 40 | 9D | 0 | 3F | 9 | 21 | 134 | 2E | 2E |
| Octal | 254 | 100 | 235 | 0 | 77 | 11 | 41 | 464 | 56 | 56 |
| Binary | 10101100 | 1000000 | 10011101 | 0 | 111111 | 1001 | 100001 | 100110100 | 101110 | 101110 |
Color Harmonies of #AC409D
Complementary color
Monochromatic Colors of #AC409D
Black with #AC409D
Text Example
Text Example
White with #AC409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC409D; }
p { color: rgb(172,64,157); }
H1.HeaderClassName
{
color: #AC409D;
}
.AnyTagClassName
{
color: #AC409D;
}
</style>
background-color css
<style>
a { background-color: #AC409D; }
a { background-color: rgb(172,64,157); }
div.DivClassName
{
background-color: #AC409D;
}
.BgClassName
{
background-color: #AC409D;
}
</style>
border-color css
<style>
span { border-color: #AC409D; }
span { border-color: rgb(172,64,157); }
td.TdClassName
{
border-color: #AC409D;
}
.TagClassName
{
border-color: #AC409D;
}
</style>