Shades of Violet Blue #A45AA2
Tints of Violet Blue #A45AA2
RGB
CMYK
RGB Variations
Color information
#A45AA2 (or 0xA45AA2) is known color: Violet Blue. HEX triplet: A4, 5A and A2. RGB value is (164,90,162). Sum of RGB (Red+Green+Blue) = 164+90+162=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A45AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45AA2 is #5BA55D. Grayscale: #787878. Windows color (decimal): -6006110 or 10640036. OLE color: 10640036.
HSL color Cylindrical-coordinate representation of color #A45AA2: hue angle of 301.62º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45AA2 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 162 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.36 |
| HSL | 301.62º | 0.29% | 0.5% | - |
| HSV(B) | 301.62º | 0.45% | 0.64% | - |
| XYZ | 25.49 | 17.81 | 36.28 | - |
| YUV | 120.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 162 | 0 | 0.45 | 0.01 | 0.36 | 301.62 | 0.29 | 0.5 |
| Hex | A4 | 5A | A2 | 0 | 2D | 1 | 24 | 12E | 1D | 32 |
| Octal | 244 | 132 | 242 | 0 | 55 | 1 | 44 | 456 | 35 | 62 |
| Binary | 10100100 | 1011010 | 10100010 | 0 | 101101 | 1 | 100100 | 100101110 | 11101 | 110010 |
Color Harmonies of #A45AA2
Complementary color
Monochromatic Colors of #A45AA2
Black with #A45AA2
Text Example
Text Example
White with #A45AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45AA2; }
p { color: rgb(164,90,162); }
H1.HeaderClassName
{
color: #A45AA2;
}
.AnyTagClassName
{
color: #A45AA2;
}
</style>
background-color css
<style>
a { background-color: #A45AA2; }
a { background-color: rgb(164,90,162); }
div.DivClassName
{
background-color: #A45AA2;
}
.BgClassName
{
background-color: #A45AA2;
}
</style>
border-color css
<style>
span { border-color: #A45AA2; }
span { border-color: rgb(164,90,162); }
td.TdClassName
{
border-color: #A45AA2;
}
.TagClassName
{
border-color: #A45AA2;
}
</style>