Shades of Violet Blue #A962A4
Tints of Violet Blue #A962A4
RGB
CMYK
RGB Variations
Color information
#A962A4 (or 0xA962A4) is known color: Violet Blue. HEX triplet: A9, 62 and A4. RGB value is (169,98,164). Sum of RGB (Red+Green+Blue) = 169+98+164=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A962A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A962A4 is #569D5B. Grayscale: #7E7E7E. Windows color (decimal): -5676380 or 10773161. OLE color: 10773161.
HSL color Cylindrical-coordinate representation of color #A962A4: hue angle of 304.23º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A962A4 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 98 | 164 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.34 |
| HSL | 304.23º | 0.29% | 0.52% | - |
| HSV(B) | 304.23º | 0.42% | 0.66% | - |
| XYZ | 27.43 | 19.85 | 37.51 | - |
| YUV | 126.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 164 | 0 | 0.42 | 0.03 | 0.34 | 304.23 | 0.29 | 0.52 |
| Hex | A9 | 62 | A4 | 0 | 2A | 3 | 22 | 130 | 1D | 34 |
| Octal | 251 | 142 | 244 | 0 | 52 | 3 | 42 | 460 | 35 | 64 |
| Binary | 10101001 | 1100010 | 10100100 | 0 | 101010 | 11 | 100010 | 100110000 | 11101 | 110100 |
Color Harmonies of #A962A4
Complementary color
Monochromatic Colors of #A962A4
Black with #A962A4
Text Example
Text Example
White with #A962A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A962A4; }
p { color: rgb(169,98,164); }
H1.HeaderClassName
{
color: #A962A4;
}
.AnyTagClassName
{
color: #A962A4;
}
</style>
background-color css
<style>
a { background-color: #A962A4; }
a { background-color: rgb(169,98,164); }
div.DivClassName
{
background-color: #A962A4;
}
.BgClassName
{
background-color: #A962A4;
}
</style>
border-color css
<style>
span { border-color: #A962A4; }
span { border-color: rgb(169,98,164); }
td.TdClassName
{
border-color: #A962A4;
}
.TagClassName
{
border-color: #A962A4;
}
</style>