Shades of Violet Blue #A262AD
Tints of Violet Blue #A262AD
RGB
CMYK
RGB Variations
Color information
#A262AD (or 0xA262AD) is known color: Violet Blue. HEX triplet: A2, 62 and AD. RGB value is (162,98,173). Sum of RGB (Red+Green+Blue) = 162+98+173=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #A262AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A262AD is #5D9D52. Grayscale: #7D7D7D. Windows color (decimal): -6135123 or 11362978. OLE color: 11362978.
HSL color Cylindrical-coordinate representation of color #A262AD: hue angle of 291.2º 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 #A262AD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 98 | 173 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.32 |
| HSL | 291.2º | 0.31% | 0.53% | - |
| HSV(B) | 291.2º | 0.43% | 0.68% | - |
| XYZ | 26.81 | 19.43 | 41.87 | - |
| YUV | 125.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 173 | 0.06 | 0.43 | 0 | 0.32 | 291.2 | 0.31 | 0.53 |
| Hex | A2 | 62 | AD | 6 | 2B | 0 | 20 | 123 | 1F | 35 |
| Octal | 242 | 142 | 255 | 6 | 53 | 0 | 40 | 443 | 37 | 65 |
| Binary | 10100010 | 1100010 | 10101101 | 110 | 101011 | 0 | 100000 | 100100011 | 11111 | 110101 |
Color Harmonies of #A262AD
Complementary color
Monochromatic Colors of #A262AD
Black with #A262AD
Text Example
Text Example
White with #A262AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A262AD; }
p { color: rgb(162,98,173); }
H1.HeaderClassName
{
color: #A262AD;
}
.AnyTagClassName
{
color: #A262AD;
}
</style>
background-color css
<style>
a { background-color: #A262AD; }
a { background-color: rgb(162,98,173); }
div.DivClassName
{
background-color: #A262AD;
}
.BgClassName
{
background-color: #A262AD;
}
</style>
border-color css
<style>
span { border-color: #A262AD; }
span { border-color: rgb(162,98,173); }
td.TdClassName
{
border-color: #A262AD;
}
.TagClassName
{
border-color: #A262AD;
}
</style>