Shades of Violet Blue #A45FA0
Tints of Violet Blue #A45FA0
RGB
CMYK
RGB Variations
Color information
#A45FA0 (or 0xA45FA0) is known color: Violet Blue. HEX triplet: A4, 5F and A0. RGB value is (164,95,160). Sum of RGB (Red+Green+Blue) = 164+95+160=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A45FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45FA0 is #5BA05F. Grayscale: #7A7A7A. Windows color (decimal): -6004832 or 10510244. OLE color: 10510244.
HSL color Cylindrical-coordinate representation of color #A45FA0: hue angle of 303.48º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A45FA0 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 160 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.36 |
| HSL | 303.48º | 0.27% | 0.51% | - |
| HSV(B) | 303.48º | 0.42% | 0.64% | - |
| XYZ | 25.75 | 18.62 | 35.49 | - |
| YUV | 123.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 160 | 0 | 0.42 | 0.02 | 0.36 | 303.48 | 0.27 | 0.51 |
| Hex | A4 | 5F | A0 | 0 | 2A | 2 | 24 | 12F | 1B | 33 |
| Octal | 244 | 137 | 240 | 0 | 52 | 2 | 44 | 457 | 33 | 63 |
| Binary | 10100100 | 1011111 | 10100000 | 0 | 101010 | 10 | 100100 | 100101111 | 11011 | 110011 |
Color Harmonies of #A45FA0
Complementary color
Monochromatic Colors of #A45FA0
Black with #A45FA0
Text Example
Text Example
White with #A45FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45FA0; }
p { color: rgb(164,95,160); }
H1.HeaderClassName
{
color: #A45FA0;
}
.AnyTagClassName
{
color: #A45FA0;
}
</style>
background-color css
<style>
a { background-color: #A45FA0; }
a { background-color: rgb(164,95,160); }
div.DivClassName
{
background-color: #A45FA0;
}
.BgClassName
{
background-color: #A45FA0;
}
</style>
border-color css
<style>
span { border-color: #A45FA0; }
span { border-color: rgb(164,95,160); }
td.TdClassName
{
border-color: #A45FA0;
}
.TagClassName
{
border-color: #A45FA0;
}
</style>