Shades of Violet Blue #A45C9A
Tints of Violet Blue #A45C9A
RGB
CMYK
RGB Variations
Color information
#A45C9A (or 0xA45C9A) is known color: Violet Blue. HEX triplet: A4, 5C and 9A. RGB value is (164,92,154). Sum of RGB (Red+Green+Blue) = 164+92+154=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45C9A is #5BA365. Grayscale: #787878. Windows color (decimal): -6005606 or 10116260. OLE color: 10116260.
HSL color Cylindrical-coordinate representation of color #A45C9A: hue angle of 308.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 #A45C9A is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 92 | 154 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.36 |
| HSL | 308.33º | 0.28% | 0.5% | - |
| HSV(B) | 308.33º | 0.44% | 0.64% | - |
| XYZ | 24.97 | 17.88 | 32.71 | - |
| YUV | 120.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 154 | 0 | 0.44 | 0.06 | 0.36 | 308.33 | 0.28 | 0.5 |
| Hex | A4 | 5C | 9A | 0 | 2C | 6 | 24 | 134 | 1C | 32 |
| Octal | 244 | 134 | 232 | 0 | 54 | 6 | 44 | 464 | 34 | 62 |
| Binary | 10100100 | 1011100 | 10011010 | 0 | 101100 | 110 | 100100 | 100110100 | 11100 | 110010 |
Color Harmonies of #A45C9A
Complementary color
Monochromatic Colors of #A45C9A
Black with #A45C9A
Text Example
Text Example
White with #A45C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45C9A; }
p { color: rgb(164,92,154); }
H1.HeaderClassName
{
color: #A45C9A;
}
.AnyTagClassName
{
color: #A45C9A;
}
</style>
background-color css
<style>
a { background-color: #A45C9A; }
a { background-color: rgb(164,92,154); }
div.DivClassName
{
background-color: #A45C9A;
}
.BgClassName
{
background-color: #A45C9A;
}
</style>
border-color css
<style>
span { border-color: #A45C9A; }
span { border-color: rgb(164,92,154); }
td.TdClassName
{
border-color: #A45C9A;
}
.TagClassName
{
border-color: #A45C9A;
}
</style>