Shades of Violet Blue #AC62A0
Tints of Violet Blue #AC62A0
RGB
CMYK
RGB Variations
Color information
#AC62A0 (or 0xAC62A0) is known color: Violet Blue. HEX triplet: AC, 62 and A0. RGB value is (172,98,160). Sum of RGB (Red+Green+Blue) = 172+98+160=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC62A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC62A0 is #539D5F. Grayscale: #7F7F7F. Windows color (decimal): -5479776 or 10511020. OLE color: 10511020.
HSL color Cylindrical-coordinate representation of color #AC62A0: hue angle of 309.73º 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 #AC62A0 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 160 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.33 |
| HSL | 309.73º | 0.31% | 0.53% | - |
| HSV(B) | 309.73º | 0.43% | 0.67% | - |
| XYZ | 27.73 | 20.04 | 35.67 | - |
| YUV | 127.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 160 | 0 | 0.43 | 0.07 | 0.33 | 309.73 | 0.31 | 0.53 |
| Hex | AC | 62 | A0 | 0 | 2B | 7 | 21 | 136 | 1F | 35 |
| Octal | 254 | 142 | 240 | 0 | 53 | 7 | 41 | 466 | 37 | 65 |
| Binary | 10101100 | 1100010 | 10100000 | 0 | 101011 | 111 | 100001 | 100110110 | 11111 | 110101 |
Color Harmonies of #AC62A0
Complementary color
Monochromatic Colors of #AC62A0
Black with #AC62A0
Text Example
Text Example
White with #AC62A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC62A0; }
p { color: rgb(172,98,160); }
H1.HeaderClassName
{
color: #AC62A0;
}
.AnyTagClassName
{
color: #AC62A0;
}
</style>
background-color css
<style>
a { background-color: #AC62A0; }
a { background-color: rgb(172,98,160); }
div.DivClassName
{
background-color: #AC62A0;
}
.BgClassName
{
background-color: #AC62A0;
}
</style>
border-color css
<style>
span { border-color: #AC62A0; }
span { border-color: rgb(172,98,160); }
td.TdClassName
{
border-color: #AC62A0;
}
.TagClassName
{
border-color: #AC62A0;
}
</style>