Shades of Violet Blue #A638A0
Tints of Violet Blue #A638A0
RGB
CMYK
RGB Variations
Color information
#A638A0 (or 0xA638A0) is known color: Violet Blue. HEX triplet: A6, 38 and A0. RGB value is (166,56,160). Sum of RGB (Red+Green+Blue) = 166+56+160=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A638A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A638A0 is #59C75F. Grayscale: #646464. Windows color (decimal): -5883744 or 10500262. OLE color: 10500262.
HSL color Cylindrical-coordinate representation of color #A638A0: hue angle of 303.27º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A638A0 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 56 | 160 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.35 |
| HSL | 303.27º | 0.5% | 0.44% | - |
| HSV(B) | 303.27º | 0.66% | 0.65% | - |
| XYZ | 23.49 | 13.47 | 34.62 | - |
| YUV | 100.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 160 | 0 | 0.66 | 0.04 | 0.35 | 303.27 | 0.5 | 0.44 |
| Hex | A6 | 38 | A0 | 0 | 42 | 4 | 23 | 12F | 32 | 2C |
| Octal | 246 | 70 | 240 | 0 | 102 | 4 | 43 | 457 | 62 | 54 |
| Binary | 10100110 | 111000 | 10100000 | 0 | 1000010 | 100 | 100011 | 100101111 | 110010 | 101100 |
Color Harmonies of #A638A0
Complementary color
Monochromatic Colors of #A638A0
Black with #A638A0
Text Example
Text Example
White with #A638A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A638A0; }
p { color: rgb(166,56,160); }
H1.HeaderClassName
{
color: #A638A0;
}
.AnyTagClassName
{
color: #A638A0;
}
</style>
background-color css
<style>
a { background-color: #A638A0; }
a { background-color: rgb(166,56,160); }
div.DivClassName
{
background-color: #A638A0;
}
.BgClassName
{
background-color: #A638A0;
}
</style>
border-color css
<style>
span { border-color: #A638A0; }
span { border-color: rgb(166,56,160); }
td.TdClassName
{
border-color: #A638A0;
}
.TagClassName
{
border-color: #A638A0;
}
</style>