Shades of Violet Blue #A55CAC
Tints of Violet Blue #A55CAC
RGB
CMYK
RGB Variations
Color information
#A55CAC (or 0xA55CAC) is known color: Violet Blue. HEX triplet: A5, 5C and AC. RGB value is (165,92,172). Sum of RGB (Red+Green+Blue) = 165+92+172=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #A55CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55CAC is #5AA353. Grayscale: #7A7A7A. Windows color (decimal): -5940052 or 11295909. OLE color: 11295909.
HSL color Cylindrical-coordinate representation of color #A55CAC: hue angle of 294.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55CAC is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 92 | 172 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.33 |
| HSL | 294.75º | 0.33% | 0.52% | - |
| HSV(B) | 294.75º | 0.47% | 0.67% | - |
| XYZ | 26.79 | 18.63 | 41.21 | - |
| YUV | 122.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 172 | 0.04 | 0.47 | 0 | 0.33 | 294.75 | 0.33 | 0.52 |
| Hex | A5 | 5C | AC | 4 | 2F | 0 | 21 | 127 | 21 | 34 |
| Octal | 245 | 134 | 254 | 4 | 57 | 0 | 41 | 447 | 41 | 64 |
| Binary | 10100101 | 1011100 | 10101100 | 100 | 101111 | 0 | 100001 | 100100111 | 100001 | 110100 |
Color Harmonies of #A55CAC
Complementary color
Monochromatic Colors of #A55CAC
Black with #A55CAC
Text Example
Text Example
White with #A55CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CAC; }
p { color: rgb(165,92,172); }
H1.HeaderClassName
{
color: #A55CAC;
}
.AnyTagClassName
{
color: #A55CAC;
}
</style>
background-color css
<style>
a { background-color: #A55CAC; }
a { background-color: rgb(165,92,172); }
div.DivClassName
{
background-color: #A55CAC;
}
.BgClassName
{
background-color: #A55CAC;
}
</style>
border-color css
<style>
span { border-color: #A55CAC; }
span { border-color: rgb(165,92,172); }
td.TdClassName
{
border-color: #A55CAC;
}
.TagClassName
{
border-color: #A55CAC;
}
</style>