Shades of Violet Blue #A45AAA
Tints of Violet Blue #A45AAA
RGB
CMYK
RGB Variations
Color information
#A45AAA (or 0xA45AAA) is known color: Violet Blue. HEX triplet: A4, 5A and AA. RGB value is (164,90,170). Sum of RGB (Red+Green+Blue) = 164+90+170=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #A45AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45AAA is #5BA555. Grayscale: #787878. Windows color (decimal): -6006102 or 11164324. OLE color: 11164324.
HSL color Cylindrical-coordinate representation of color #A45AAA: hue angle of 295.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A45AAA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 90 | 170 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.33 |
| HSL | 295.5º | 0.32% | 0.51% | - |
| HSV(B) | 295.5º | 0.47% | 0.67% | - |
| XYZ | 26.22 | 18.11 | 40.14 | - |
| YUV | 121.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 170 | 0.04 | 0.47 | 0 | 0.33 | 295.5 | 0.32 | 0.51 |
| Hex | A4 | 5A | AA | 4 | 2F | 0 | 21 | 128 | 20 | 33 |
| Octal | 244 | 132 | 252 | 4 | 57 | 0 | 41 | 450 | 40 | 63 |
| Binary | 10100100 | 1011010 | 10101010 | 100 | 101111 | 0 | 100001 | 100101000 | 100000 | 110011 |
Color Harmonies of #A45AAA
Complementary color
Monochromatic Colors of #A45AAA
Black with #A45AAA
Text Example
Text Example
White with #A45AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45AAA; }
p { color: rgb(164,90,170); }
H1.HeaderClassName
{
color: #A45AAA;
}
.AnyTagClassName
{
color: #A45AAA;
}
</style>
background-color css
<style>
a { background-color: #A45AAA; }
a { background-color: rgb(164,90,170); }
div.DivClassName
{
background-color: #A45AAA;
}
.BgClassName
{
background-color: #A45AAA;
}
</style>
border-color css
<style>
span { border-color: #A45AAA; }
span { border-color: rgb(164,90,170); }
td.TdClassName
{
border-color: #A45AAA;
}
.TagClassName
{
border-color: #A45AAA;
}
</style>