Shades of Violet Blue #A637AA
Tints of Violet Blue #A637AA
RGB
CMYK
RGB Variations
Color information
#A637AA (or 0xA637AA) is known color: Violet Blue. HEX triplet: A6, 37 and AA. RGB value is (166,55,170). Sum of RGB (Red+Green+Blue) = 166+55+170=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #A637AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A637AA is #59C855. Grayscale: #646464. Windows color (decimal): -5883990 or 11155366. OLE color: 11155366.
HSL color Cylindrical-coordinate representation of color #A637AA: hue angle of 297.91º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A637AA is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 55 | 170 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.33 |
| HSL | 297.91º | 0.51% | 0.44% | - |
| HSV(B) | 297.91º | 0.68% | 0.67% | - |
| XYZ | 24.35 | 13.74 | 39.4 | - |
| YUV | 101.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 170 | 0.02 | 0.68 | 0 | 0.33 | 297.91 | 0.51 | 0.44 |
| Hex | A6 | 37 | AA | 2 | 44 | 0 | 21 | 12A | 33 | 2C |
| Octal | 246 | 67 | 252 | 2 | 104 | 0 | 41 | 452 | 63 | 54 |
| Binary | 10100110 | 110111 | 10101010 | 10 | 1000100 | 0 | 100001 | 100101010 | 110011 | 101100 |
Color Harmonies of #A637AA
Complementary color
Monochromatic Colors of #A637AA
Black with #A637AA
Text Example
Text Example
White with #A637AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A637AA; }
p { color: rgb(166,55,170); }
H1.HeaderClassName
{
color: #A637AA;
}
.AnyTagClassName
{
color: #A637AA;
}
</style>
background-color css
<style>
a { background-color: #A637AA; }
a { background-color: rgb(166,55,170); }
div.DivClassName
{
background-color: #A637AA;
}
.BgClassName
{
background-color: #A637AA;
}
</style>
border-color css
<style>
span { border-color: #A637AA; }
span { border-color: rgb(166,55,170); }
td.TdClassName
{
border-color: #A637AA;
}
.TagClassName
{
border-color: #A637AA;
}
</style>