Shades of Violet Blue #AC629B
Tints of Violet Blue #AC629B
RGB
CMYK
RGB Variations
Color information
#AC629B (or 0xAC629B) is known color: Violet Blue. HEX triplet: AC, 62 and 9B. RGB value is (172,98,155). Sum of RGB (Red+Green+Blue) = 172+98+155=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC629B is #539D64. Grayscale: #7E7E7E. Windows color (decimal): -5479781 or 10183340. OLE color: 10183340.
HSL color Cylindrical-coordinate representation of color #AC629B: hue angle of 313.78º 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 #AC629B is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 155 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.33 |
| HSL | 313.78º | 0.31% | 0.53% | - |
| HSV(B) | 313.78º | 0.43% | 0.67% | - |
| XYZ | 27.3 | 19.87 | 33.41 | - |
| YUV | 126.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 155 | 0 | 0.43 | 0.10 | 0.33 | 313.78 | 0.31 | 0.53 |
| Hex | AC | 62 | 9B | 0 | 2B | A | 21 | 13A | 1F | 35 |
| Octal | 254 | 142 | 233 | 0 | 53 | 12 | 41 | 472 | 37 | 65 |
| Binary | 10101100 | 1100010 | 10011011 | 0 | 101011 | 1010 | 100001 | 100111010 | 11111 | 110101 |
Color Harmonies of #AC629B
Complementary color
Monochromatic Colors of #AC629B
Black with #AC629B
Text Example
Text Example
White with #AC629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC629B; }
p { color: rgb(172,98,155); }
H1.HeaderClassName
{
color: #AC629B;
}
.AnyTagClassName
{
color: #AC629B;
}
</style>
background-color css
<style>
a { background-color: #AC629B; }
a { background-color: rgb(172,98,155); }
div.DivClassName
{
background-color: #AC629B;
}
.BgClassName
{
background-color: #AC629B;
}
</style>
border-color css
<style>
span { border-color: #AC629B; }
span { border-color: rgb(172,98,155); }
td.TdClassName
{
border-color: #AC629B;
}
.TagClassName
{
border-color: #AC629B;
}
</style>