Shades of Violet Blue #AC419D
Tints of Violet Blue #AC419D
RGB
CMYK
RGB Variations
Color information
#AC419D (or 0xAC419D) is known color: Violet Blue. HEX triplet: AC, 41 and 9D. RGB value is (172,65,157). Sum of RGB (Red+Green+Blue) = 172+65+157=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC419D is #53BE62. Grayscale: #6B6B6B. Windows color (decimal): -5488227 or 10305964. OLE color: 10305964.
HSL color Cylindrical-coordinate representation of color #AC419D: hue angle of 308.41º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC419D is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 157 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.33 |
| HSL | 308.41º | 0.45% | 0.46% | - |
| HSV(B) | 308.41º | 0.62% | 0.67% | - |
| XYZ | 24.99 | 14.99 | 33.47 | - |
| YUV | 107.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 157 | 0 | 0.62 | 0.09 | 0.33 | 308.41 | 0.45 | 0.46 |
| Hex | AC | 41 | 9D | 0 | 3E | 9 | 21 | 134 | 2D | 2E |
| Octal | 254 | 101 | 235 | 0 | 76 | 11 | 41 | 464 | 55 | 56 |
| Binary | 10101100 | 1000001 | 10011101 | 0 | 111110 | 1001 | 100001 | 100110100 | 101101 | 101110 |
Color Harmonies of #AC419D
Complementary color
Monochromatic Colors of #AC419D
Black with #AC419D
Text Example
Text Example
White with #AC419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC419D; }
p { color: rgb(172,65,157); }
H1.HeaderClassName
{
color: #AC419D;
}
.AnyTagClassName
{
color: #AC419D;
}
</style>
background-color css
<style>
a { background-color: #AC419D; }
a { background-color: rgb(172,65,157); }
div.DivClassName
{
background-color: #AC419D;
}
.BgClassName
{
background-color: #AC419D;
}
</style>
border-color css
<style>
span { border-color: #AC419D; }
span { border-color: rgb(172,65,157); }
td.TdClassName
{
border-color: #AC419D;
}
.TagClassName
{
border-color: #AC419D;
}
</style>