Shades of Violet Blue #A462AA
Tints of Violet Blue #A462AA
RGB
CMYK
RGB Variations
Color information
#A462AA (or 0xA462AA) is known color: Violet Blue. HEX triplet: A4, 62 and AA. RGB value is (164,98,170). Sum of RGB (Red+Green+Blue) = 164+98+170=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #A462AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A462AA is #5B9D55. Grayscale: #7D7D7D. Windows color (decimal): -6004054 or 11166372. OLE color: 11166372.
HSL color Cylindrical-coordinate representation of color #A462AA: hue angle of 295º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A462AA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 98 | 170 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.33 |
| HSL | 295º | 0.3% | 0.53% | - |
| HSV(B) | 295º | 0.42% | 0.67% | - |
| XYZ | 26.93 | 19.53 | 40.38 | - |
| YUV | 125.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 170 | 0.04 | 0.42 | 0 | 0.33 | 295 | 0.3 | 0.53 |
| Hex | A4 | 62 | AA | 4 | 2A | 0 | 21 | 127 | 1E | 35 |
| Octal | 244 | 142 | 252 | 4 | 52 | 0 | 41 | 447 | 36 | 65 |
| Binary | 10100100 | 1100010 | 10101010 | 100 | 101010 | 0 | 100001 | 100100111 | 11110 | 110101 |
Color Harmonies of #A462AA
Complementary color
Monochromatic Colors of #A462AA
Black with #A462AA
Text Example
Text Example
White with #A462AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A462AA; }
p { color: rgb(164,98,170); }
H1.HeaderClassName
{
color: #A462AA;
}
.AnyTagClassName
{
color: #A462AA;
}
</style>
background-color css
<style>
a { background-color: #A462AA; }
a { background-color: rgb(164,98,170); }
div.DivClassName
{
background-color: #A462AA;
}
.BgClassName
{
background-color: #A462AA;
}
</style>
border-color css
<style>
span { border-color: #A462AA; }
span { border-color: rgb(164,98,170); }
td.TdClassName
{
border-color: #A462AA;
}
.TagClassName
{
border-color: #A462AA;
}
</style>