Shades of Violet Blue #AC629D
Tints of Violet Blue #AC629D
RGB
CMYK
RGB Variations
Color information
#AC629D (or 0xAC629D) is known color: Violet Blue. HEX triplet: AC, 62 and 9D. RGB value is (172,98,157). Sum of RGB (Red+Green+Blue) = 172+98+157=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC629D is #539D62. Grayscale: #7E7E7E. Windows color (decimal): -5479779 or 10314412. OLE color: 10314412.
HSL color Cylindrical-coordinate representation of color #AC629D: hue angle of 312.16º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC629D is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 157 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.33 |
| HSL | 312.16º | 0.31% | 0.53% | - |
| HSV(B) | 312.16º | 0.43% | 0.67% | - |
| XYZ | 27.47 | 19.94 | 34.3 | - |
| YUV | 126.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 157 | 0 | 0.43 | 0.09 | 0.33 | 312.16 | 0.31 | 0.53 |
| Hex | AC | 62 | 9D | 0 | 2B | 9 | 21 | 138 | 1F | 35 |
| Octal | 254 | 142 | 235 | 0 | 53 | 11 | 41 | 470 | 37 | 65 |
| Binary | 10101100 | 1100010 | 10011101 | 0 | 101011 | 1001 | 100001 | 100111000 | 11111 | 110101 |
Color Harmonies of #AC629D
Complementary color
Monochromatic Colors of #AC629D
Black with #AC629D
Text Example
Text Example
White with #AC629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC629D; }
p { color: rgb(172,98,157); }
H1.HeaderClassName
{
color: #AC629D;
}
.AnyTagClassName
{
color: #AC629D;
}
</style>
background-color css
<style>
a { background-color: #AC629D; }
a { background-color: rgb(172,98,157); }
div.DivClassName
{
background-color: #AC629D;
}
.BgClassName
{
background-color: #AC629D;
}
</style>
border-color css
<style>
span { border-color: #AC629D; }
span { border-color: rgb(172,98,157); }
td.TdClassName
{
border-color: #AC629D;
}
.TagClassName
{
border-color: #AC629D;
}
</style>