Shades of Violet Blue #A45CA0
Tints of Violet Blue #A45CA0
RGB
CMYK
RGB Variations
Color information
#A45CA0 (or 0xA45CA0) is known color: Violet Blue. HEX triplet: A4, 5C and A0. RGB value is (164,92,160). Sum of RGB (Red+Green+Blue) = 164+92+160=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A45CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45CA0 is #5BA35F. Grayscale: #797979. Windows color (decimal): -6005600 or 10509476. OLE color: 10509476.
HSL color Cylindrical-coordinate representation of color #A45CA0: hue angle of 303.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A45CA0 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 92 | 160 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.36 |
| HSL | 303.33º | 0.28% | 0.5% | - |
| HSV(B) | 303.33º | 0.44% | 0.64% | - |
| XYZ | 25.48 | 18.08 | 35.41 | - |
| YUV | 121.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 160 | 0 | 0.44 | 0.02 | 0.36 | 303.33 | 0.28 | 0.5 |
| Hex | A4 | 5C | A0 | 0 | 2C | 2 | 24 | 12F | 1C | 32 |
| Octal | 244 | 134 | 240 | 0 | 54 | 2 | 44 | 457 | 34 | 62 |
| Binary | 10100100 | 1011100 | 10100000 | 0 | 101100 | 10 | 100100 | 100101111 | 11100 | 110010 |
Color Harmonies of #A45CA0
Complementary color
Monochromatic Colors of #A45CA0
Black with #A45CA0
Text Example
Text Example
White with #A45CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45CA0; }
p { color: rgb(164,92,160); }
H1.HeaderClassName
{
color: #A45CA0;
}
.AnyTagClassName
{
color: #A45CA0;
}
</style>
background-color css
<style>
a { background-color: #A45CA0; }
a { background-color: rgb(164,92,160); }
div.DivClassName
{
background-color: #A45CA0;
}
.BgClassName
{
background-color: #A45CA0;
}
</style>
border-color css
<style>
span { border-color: #A45CA0; }
span { border-color: rgb(164,92,160); }
td.TdClassName
{
border-color: #A45CA0;
}
.TagClassName
{
border-color: #A45CA0;
}
</style>