Shades of Violet Blue #A438A0
Tints of Violet Blue #A438A0
RGB
CMYK
RGB Variations
Color information
#A438A0 (or 0xA438A0) is known color: Violet Blue. HEX triplet: A4, 38 and A0. RGB value is (164,56,160). Sum of RGB (Red+Green+Blue) = 164+56+160=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A438A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A438A0 is #5BC75F. Grayscale: #636363. Windows color (decimal): -6014816 or 10500260. OLE color: 10500260.
HSL color Cylindrical-coordinate representation of color #A438A0: hue angle of 302.22º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A438A0 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 56 | 160 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.36 |
| HSL | 302.22º | 0.49% | 0.43% | - |
| HSV(B) | 302.22º | 0.66% | 0.64% | - |
| XYZ | 23.07 | 13.26 | 34.6 | - |
| YUV | 100.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 160 | 0 | 0.66 | 0.02 | 0.36 | 302.22 | 0.49 | 0.43 |
| Hex | A4 | 38 | A0 | 0 | 42 | 2 | 24 | 12E | 31 | 2B |
| Octal | 244 | 70 | 240 | 0 | 102 | 2 | 44 | 456 | 61 | 53 |
| Binary | 10100100 | 111000 | 10100000 | 0 | 1000010 | 10 | 100100 | 100101110 | 110001 | 101011 |
Color Harmonies of #A438A0
Complementary color
Monochromatic Colors of #A438A0
Black with #A438A0
Text Example
Text Example
White with #A438A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A438A0; }
p { color: rgb(164,56,160); }
H1.HeaderClassName
{
color: #A438A0;
}
.AnyTagClassName
{
color: #A438A0;
}
</style>
background-color css
<style>
a { background-color: #A438A0; }
a { background-color: rgb(164,56,160); }
div.DivClassName
{
background-color: #A438A0;
}
.BgClassName
{
background-color: #A438A0;
}
</style>
border-color css
<style>
span { border-color: #A438A0; }
span { border-color: rgb(164,56,160); }
td.TdClassName
{
border-color: #A438A0;
}
.TagClassName
{
border-color: #A438A0;
}
</style>