Shades of Violet Blue #A45DB0
Tints of Violet Blue #A45DB0
RGB
CMYK
RGB Variations
Color information
#A45DB0 (or 0xA45DB0) is known color: Violet Blue. HEX triplet: A4, 5D and B0. RGB value is (164,93,176). Sum of RGB (Red+Green+Blue) = 164+93+176=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 176 - color contains mainly: blue. Hex color #A45DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45DB0 is #5BA24F. Grayscale: #7B7B7B. Windows color (decimal): -6005328 or 11558308. OLE color: 11558308.
HSL color Cylindrical-coordinate representation of color #A45DB0: hue angle of 291.33º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A45DB0 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 93 | 176 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.31 |
| HSL | 291.33º | 0.34% | 0.53% | - |
| HSV(B) | 291.33º | 0.47% | 0.69% | - |
| XYZ | 27.06 | 18.86 | 43.29 | - |
| YUV | 123.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 176 | 0.07 | 0.47 | 0 | 0.31 | 291.33 | 0.34 | 0.53 |
| Hex | A4 | 5D | B0 | 7 | 2F | 0 | 1F | 123 | 22 | 35 |
| Octal | 244 | 135 | 260 | 7 | 57 | 0 | 37 | 443 | 42 | 65 |
| Binary | 10100100 | 1011101 | 10110000 | 111 | 101111 | 0 | 11111 | 100100011 | 100010 | 110101 |
Color Harmonies of #A45DB0
Complementary color
Monochromatic Colors of #A45DB0
Black with #A45DB0
Text Example
Text Example
White with #A45DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45DB0; }
p { color: rgb(164,93,176); }
H1.HeaderClassName
{
color: #A45DB0;
}
.AnyTagClassName
{
color: #A45DB0;
}
</style>
background-color css
<style>
a { background-color: #A45DB0; }
a { background-color: rgb(164,93,176); }
div.DivClassName
{
background-color: #A45DB0;
}
.BgClassName
{
background-color: #A45DB0;
}
</style>
border-color css
<style>
span { border-color: #A45DB0; }
span { border-color: rgb(164,93,176); }
td.TdClassName
{
border-color: #A45DB0;
}
.TagClassName
{
border-color: #A45DB0;
}
</style>