Shades of Violet Blue #A651A2
Tints of Violet Blue #A651A2
RGB
CMYK
RGB Variations
Color information
#A651A2 (or 0xA651A2) is known color: Violet Blue. HEX triplet: A6, 51 and A2. RGB value is (166,81,162). Sum of RGB (Red+Green+Blue) = 166+81+162=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A651A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A651A2 is #59AE5D. Grayscale: #737373. Windows color (decimal): -5877342 or 10637734. OLE color: 10637734.
HSL color Cylindrical-coordinate representation of color #A651A2: hue angle of 302.82º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A651A2 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 162 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.35 |
| HSL | 302.82º | 0.34% | 0.48% | - |
| HSV(B) | 302.82º | 0.51% | 0.65% | - |
| XYZ | 25.19 | 16.6 | 36.06 | - |
| YUV | 115.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 162 | 0 | 0.51 | 0.02 | 0.35 | 302.82 | 0.34 | 0.48 |
| Hex | A6 | 51 | A2 | 0 | 33 | 2 | 23 | 12F | 22 | 30 |
| Octal | 246 | 121 | 242 | 0 | 63 | 2 | 43 | 457 | 42 | 60 |
| Binary | 10100110 | 1010001 | 10100010 | 0 | 110011 | 10 | 100011 | 100101111 | 100010 | 110000 |
Color Harmonies of #A651A2
Complementary color
Monochromatic Colors of #A651A2
Black with #A651A2
Text Example
Text Example
White with #A651A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A651A2; }
p { color: rgb(166,81,162); }
H1.HeaderClassName
{
color: #A651A2;
}
.AnyTagClassName
{
color: #A651A2;
}
</style>
background-color css
<style>
a { background-color: #A651A2; }
a { background-color: rgb(166,81,162); }
div.DivClassName
{
background-color: #A651A2;
}
.BgClassName
{
background-color: #A651A2;
}
</style>
border-color css
<style>
span { border-color: #A651A2; }
span { border-color: rgb(166,81,162); }
td.TdClassName
{
border-color: #A651A2;
}
.TagClassName
{
border-color: #A651A2;
}
</style>