Shades of Violet Blue #A562AC
Tints of Violet Blue #A562AC
RGB
CMYK
RGB Variations
Color information
#A562AC (or 0xA562AC) is known color: Violet Blue. HEX triplet: A5, 62 and AC. RGB value is (165,98,172). Sum of RGB (Red+Green+Blue) = 165+98+172=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #A562AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A562AC is #5A9D53. Grayscale: #7E7E7E. Windows color (decimal): -5938516 or 11297445. OLE color: 11297445.
HSL color Cylindrical-coordinate representation of color #A562AC: hue angle of 294.32º 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 #A562AC is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 98 | 172 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.33 |
| HSL | 294.32º | 0.31% | 0.53% | - |
| HSV(B) | 294.32º | 0.43% | 0.67% | - |
| XYZ | 27.33 | 19.71 | 41.39 | - |
| YUV | 126.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 98 | 172 | 0.04 | 0.43 | 0 | 0.33 | 294.32 | 0.31 | 0.53 |
| Hex | A5 | 62 | AC | 4 | 2B | 0 | 21 | 126 | 1F | 35 |
| Octal | 245 | 142 | 254 | 4 | 53 | 0 | 41 | 446 | 37 | 65 |
| Binary | 10100101 | 1100010 | 10101100 | 100 | 101011 | 0 | 100001 | 100100110 | 11111 | 110101 |
Color Harmonies of #A562AC
Complementary color
Monochromatic Colors of #A562AC
Black with #A562AC
Text Example
Text Example
White with #A562AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A562AC; }
p { color: rgb(165,98,172); }
H1.HeaderClassName
{
color: #A562AC;
}
.AnyTagClassName
{
color: #A562AC;
}
</style>
background-color css
<style>
a { background-color: #A562AC; }
a { background-color: rgb(165,98,172); }
div.DivClassName
{
background-color: #A562AC;
}
.BgClassName
{
background-color: #A562AC;
}
</style>
border-color css
<style>
span { border-color: #A562AC; }
span { border-color: rgb(165,98,172); }
td.TdClassName
{
border-color: #A562AC;
}
.TagClassName
{
border-color: #A562AC;
}
</style>