Shades of Violet Blue #A738A1
Tints of Violet Blue #A738A1
RGB
CMYK
RGB Variations
Color information
#A738A1 (or 0xA738A1) is known color: Violet Blue. HEX triplet: A7, 38 and A1. RGB value is (167,56,161). Sum of RGB (Red+Green+Blue) = 167+56+161=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A738A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A738A1 is #58C75E. Grayscale: #646464. Windows color (decimal): -5818207 or 10565799. OLE color: 10565799.
HSL color Cylindrical-coordinate representation of color #A738A1: hue angle of 303.24º 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 #A738A1 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 56 | 161 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.35 |
| HSL | 303.24º | 0.5% | 0.44% | - |
| HSV(B) | 303.24º | 0.66% | 0.65% | - |
| XYZ | 23.78 | 13.62 | 35.09 | - |
| YUV | 101.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 56 | 161 | 0 | 0.66 | 0.04 | 0.35 | 303.24 | 0.5 | 0.44 |
| Hex | A7 | 38 | A1 | 0 | 42 | 4 | 23 | 12F | 32 | 2C |
| Octal | 247 | 70 | 241 | 0 | 102 | 4 | 43 | 457 | 62 | 54 |
| Binary | 10100111 | 111000 | 10100001 | 0 | 1000010 | 100 | 100011 | 100101111 | 110010 | 101100 |
Color Harmonies of #A738A1
Complementary color
Monochromatic Colors of #A738A1
Black with #A738A1
Text Example
Text Example
White with #A738A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A738A1; }
p { color: rgb(167,56,161); }
H1.HeaderClassName
{
color: #A738A1;
}
.AnyTagClassName
{
color: #A738A1;
}
</style>
background-color css
<style>
a { background-color: #A738A1; }
a { background-color: rgb(167,56,161); }
div.DivClassName
{
background-color: #A738A1;
}
.BgClassName
{
background-color: #A738A1;
}
</style>
border-color css
<style>
span { border-color: #A738A1; }
span { border-color: rgb(167,56,161); }
td.TdClassName
{
border-color: #A738A1;
}
.TagClassName
{
border-color: #A738A1;
}
</style>