Shades of Violet Blue #A662A2
Tints of Violet Blue #A662A2
RGB
CMYK
RGB Variations
Color information
#A662A2 (or 0xA662A2) is known color: Violet Blue. HEX triplet: A6, 62 and A2. RGB value is (166,98,162). Sum of RGB (Red+Green+Blue) = 166+98+162=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A662A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A662A2 is #599D5D. Grayscale: #7D7D7D. Windows color (decimal): -5872990 or 10642086. OLE color: 10642086.
HSL color Cylindrical-coordinate representation of color #A662A2: hue angle of 303.53º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A662A2 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 98 | 162 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.35 |
| HSL | 303.53º | 0.28% | 0.52% | - |
| HSV(B) | 303.53º | 0.41% | 0.65% | - |
| XYZ | 26.62 | 19.45 | 36.53 | - |
| YUV | 125.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 162 | 0 | 0.41 | 0.02 | 0.35 | 303.53 | 0.28 | 0.52 |
| Hex | A6 | 62 | A2 | 0 | 29 | 2 | 23 | 130 | 1C | 34 |
| Octal | 246 | 142 | 242 | 0 | 51 | 2 | 43 | 460 | 34 | 64 |
| Binary | 10100110 | 1100010 | 10100010 | 0 | 101001 | 10 | 100011 | 100110000 | 11100 | 110100 |
Color Harmonies of #A662A2
Complementary color
Monochromatic Colors of #A662A2
Black with #A662A2
Text Example
Text Example
White with #A662A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A662A2; }
p { color: rgb(166,98,162); }
H1.HeaderClassName
{
color: #A662A2;
}
.AnyTagClassName
{
color: #A662A2;
}
</style>
background-color css
<style>
a { background-color: #A662A2; }
a { background-color: rgb(166,98,162); }
div.DivClassName
{
background-color: #A662A2;
}
.BgClassName
{
background-color: #A662A2;
}
</style>
border-color css
<style>
span { border-color: #A662A2; }
span { border-color: rgb(166,98,162); }
td.TdClassName
{
border-color: #A662A2;
}
.TagClassName
{
border-color: #A662A2;
}
</style>