Shades of Violet Blue #A635A0
Tints of Violet Blue #A635A0
RGB
CMYK
RGB Variations
Color information
#A635A0 (or 0xA635A0) is known color: Violet Blue. HEX triplet: A6, 35 and A0. RGB value is (166,53,160). Sum of RGB (Red+Green+Blue) = 166+53+160=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A635A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A635A0 is #59CA5F. Grayscale: #626262. Windows color (decimal): -5884512 or 10499494. OLE color: 10499494.
HSL color Cylindrical-coordinate representation of color #A635A0: hue angle of 303.19º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A635A0 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 160 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.35 |
| HSL | 303.19º | 0.52% | 0.43% | - |
| HSV(B) | 303.19º | 0.68% | 0.65% | - |
| XYZ | 23.34 | 13.19 | 34.57 | - |
| YUV | 98.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 160 | 0 | 0.68 | 0.04 | 0.35 | 303.19 | 0.52 | 0.43 |
| Hex | A6 | 35 | A0 | 0 | 44 | 4 | 23 | 12F | 34 | 2B |
| Octal | 246 | 65 | 240 | 0 | 104 | 4 | 43 | 457 | 64 | 53 |
| Binary | 10100110 | 110101 | 10100000 | 0 | 1000100 | 100 | 100011 | 100101111 | 110100 | 101011 |
Color Harmonies of #A635A0
Complementary color
Monochromatic Colors of #A635A0
Black with #A635A0
Text Example
Text Example
White with #A635A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A635A0; }
p { color: rgb(166,53,160); }
H1.HeaderClassName
{
color: #A635A0;
}
.AnyTagClassName
{
color: #A635A0;
}
</style>
background-color css
<style>
a { background-color: #A635A0; }
a { background-color: rgb(166,53,160); }
div.DivClassName
{
background-color: #A635A0;
}
.BgClassName
{
background-color: #A635A0;
}
</style>
border-color css
<style>
span { border-color: #A635A0; }
span { border-color: rgb(166,53,160); }
td.TdClassName
{
border-color: #A635A0;
}
.TagClassName
{
border-color: #A635A0;
}
</style>