Shades of Violet Blue #A562AD
Tints of Violet Blue #A562AD
RGB
CMYK
RGB Variations
Color information
#A562AD (or 0xA562AD) is known color: Violet Blue. HEX triplet: A5, 62 and AD. RGB value is (165,98,173). Sum of RGB (Red+Green+Blue) = 165+98+173=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #A562AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A562AD is #5A9D52. Grayscale: #7E7E7E. Windows color (decimal): -5938515 or 11362981. OLE color: 11362981.
HSL color Cylindrical-coordinate representation of color #A562AD: hue angle of 293.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A562AD is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 98 | 173 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.32 |
| HSL | 293.6º | 0.31% | 0.53% | - |
| HSV(B) | 293.6º | 0.43% | 0.68% | - |
| XYZ | 27.43 | 19.75 | 41.9 | - |
| YUV | 126.58 | 154.2 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 98 | 173 | 0.05 | 0.43 | 0 | 0.32 | 293.6 | 0.31 | 0.53 |
| Hex | A5 | 62 | AD | 5 | 2B | 0 | 20 | 126 | 1F | 35 |
| Octal | 245 | 142 | 255 | 5 | 53 | 0 | 40 | 446 | 37 | 65 |
| Binary | 10100101 | 1100010 | 10101101 | 101 | 101011 | 0 | 100000 | 100100110 | 11111 | 110101 |
Color Harmonies of #A562AD
Complementary color
Monochromatic Colors of #A562AD
Black with #A562AD
Text Example
Text Example
White with #A562AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A562AD; }
p { color: rgb(165,98,173); }
H1.HeaderClassName
{
color: #A562AD;
}
.AnyTagClassName
{
color: #A562AD;
}
</style>
background-color css
<style>
a { background-color: #A562AD; }
a { background-color: rgb(165,98,173); }
div.DivClassName
{
background-color: #A562AD;
}
.BgClassName
{
background-color: #A562AD;
}
</style>
border-color css
<style>
span { border-color: #A562AD; }
span { border-color: rgb(165,98,173); }
td.TdClassName
{
border-color: #A562AD;
}
.TagClassName
{
border-color: #A562AD;
}
</style>