Shades of Violet Blue #A562A4
Tints of Violet Blue #A562A4
RGB
CMYK
RGB Variations
Color information
#A562A4 (or 0xA562A4) is known color: Violet Blue. HEX triplet: A5, 62 and A4. RGB value is (165,98,164). Sum of RGB (Red+Green+Blue) = 165+98+164=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A562A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A562A4 is #5A9D5B. Grayscale: #7D7D7D. Windows color (decimal): -5938524 or 10773157. OLE color: 10773157.
HSL color Cylindrical-coordinate representation of color #A562A4: hue angle of 300.9º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A562A4 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 98 | 164 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.35 |
| HSL | 300.9º | 0.27% | 0.52% | - |
| HSV(B) | 300.9º | 0.41% | 0.65% | - |
| XYZ | 26.59 | 19.42 | 37.47 | - |
| YUV | 125.56 | 149.7 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 98 | 164 | 0 | 0.41 | 0.01 | 0.35 | 300.9 | 0.27 | 0.52 |
| Hex | A5 | 62 | A4 | 0 | 29 | 1 | 23 | 12D | 1B | 34 |
| Octal | 245 | 142 | 244 | 0 | 51 | 1 | 43 | 455 | 33 | 64 |
| Binary | 10100101 | 1100010 | 10100100 | 0 | 101001 | 1 | 100011 | 100101101 | 11011 | 110100 |
Color Harmonies of #A562A4
Complementary color
Monochromatic Colors of #A562A4
Black with #A562A4
Text Example
Text Example
White with #A562A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A562A4; }
p { color: rgb(165,98,164); }
H1.HeaderClassName
{
color: #A562A4;
}
.AnyTagClassName
{
color: #A562A4;
}
</style>
background-color css
<style>
a { background-color: #A562A4; }
a { background-color: rgb(165,98,164); }
div.DivClassName
{
background-color: #A562A4;
}
.BgClassName
{
background-color: #A562A4;
}
</style>
border-color css
<style>
span { border-color: #A562A4; }
span { border-color: rgb(165,98,164); }
td.TdClassName
{
border-color: #A562A4;
}
.TagClassName
{
border-color: #A562A4;
}
</style>