Shades of Violet Blue #A262AA
Tints of Violet Blue #A262AA
RGB
CMYK
RGB Variations
Color information
#A262AA (or 0xA262AA) is known color: Violet Blue. HEX triplet: A2, 62 and AA. RGB value is (162,98,170). Sum of RGB (Red+Green+Blue) = 162+98+170=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #A262AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A262AA is #5D9D55. Grayscale: #7D7D7D. Windows color (decimal): -6135126 or 11166370. OLE color: 11166370.
HSL color Cylindrical-coordinate representation of color #A262AA: hue angle of 293.33º 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 #A262AA is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 98 | 170 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.33 |
| HSL | 293.33º | 0.3% | 0.53% | - |
| HSV(B) | 293.33º | 0.42% | 0.67% | - |
| XYZ | 26.52 | 19.32 | 40.36 | - |
| YUV | 125.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 170 | 0.05 | 0.42 | 0 | 0.33 | 293.33 | 0.3 | 0.53 |
| Hex | A2 | 62 | AA | 5 | 2A | 0 | 21 | 125 | 1E | 35 |
| Octal | 242 | 142 | 252 | 5 | 52 | 0 | 41 | 445 | 36 | 65 |
| Binary | 10100010 | 1100010 | 10101010 | 101 | 101010 | 0 | 100001 | 100100101 | 11110 | 110101 |
Color Harmonies of #A262AA
Complementary color
Monochromatic Colors of #A262AA
Black with #A262AA
Text Example
Text Example
White with #A262AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A262AA; }
p { color: rgb(162,98,170); }
H1.HeaderClassName
{
color: #A262AA;
}
.AnyTagClassName
{
color: #A262AA;
}
</style>
background-color css
<style>
a { background-color: #A262AA; }
a { background-color: rgb(162,98,170); }
div.DivClassName
{
background-color: #A262AA;
}
.BgClassName
{
background-color: #A262AA;
}
</style>
border-color css
<style>
span { border-color: #A262AA; }
span { border-color: rgb(162,98,170); }
td.TdClassName
{
border-color: #A262AA;
}
.TagClassName
{
border-color: #A262AA;
}
</style>