Shades of Violet Blue #A262A4
Tints of Violet Blue #A262A4
RGB
CMYK
RGB Variations
Color information
#A262A4 (or 0xA262A4) is known color: Violet Blue. HEX triplet: A2, 62 and A4. RGB value is (162,98,164). Sum of RGB (Red+Green+Blue) = 162+98+164=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 164 - color contains mainly: blue. Hex color #A262A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A262A4 is #5D9D5B. Grayscale: #7C7C7C. Windows color (decimal): -6135132 or 10773154. OLE color: 10773154.
HSL color Cylindrical-coordinate representation of color #A262A4: hue angle of 298.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A262A4 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 98 | 164 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.36 |
| HSL | 298.18º | 0.27% | 0.51% | - |
| HSV(B) | 298.18º | 0.4% | 0.64% | - |
| XYZ | 25.97 | 19.1 | 37.44 | - |
| YUV | 124.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 164 | 0.01 | 0.40 | 0 | 0.36 | 298.18 | 0.27 | 0.51 |
| Hex | A2 | 62 | A4 | 1 | 28 | 0 | 24 | 12A | 1B | 33 |
| Octal | 242 | 142 | 244 | 1 | 50 | 0 | 44 | 452 | 33 | 63 |
| Binary | 10100010 | 1100010 | 10100100 | 1 | 101000 | 0 | 100100 | 100101010 | 11011 | 110011 |
Color Harmonies of #A262A4
Complementary color
Monochromatic Colors of #A262A4
Black with #A262A4
Text Example
Text Example
White with #A262A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A262A4; }
p { color: rgb(162,98,164); }
H1.HeaderClassName
{
color: #A262A4;
}
.AnyTagClassName
{
color: #A262A4;
}
</style>
background-color css
<style>
a { background-color: #A262A4; }
a { background-color: rgb(162,98,164); }
div.DivClassName
{
background-color: #A262A4;
}
.BgClassName
{
background-color: #A262A4;
}
</style>
border-color css
<style>
span { border-color: #A262A4; }
span { border-color: rgb(162,98,164); }
td.TdClassName
{
border-color: #A262A4;
}
.TagClassName
{
border-color: #A262A4;
}
</style>