Shades of Violet Blue #A55BAC
Tints of Violet Blue #A55BAC
RGB
CMYK
RGB Variations
Color information
#A55BAC (or 0xA55BAC) is known color: Violet Blue. HEX triplet: A5, 5B and AC. RGB value is (165,91,172). Sum of RGB (Red+Green+Blue) = 165+91+172=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #A55BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55BAC is #5AA453. Grayscale: #7A7A7A. Windows color (decimal): -5940308 or 11295653. OLE color: 11295653.
HSL color Cylindrical-coordinate representation of color #A55BAC: hue angle of 294.81º 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 #A55BAC is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 91 | 172 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.33 |
| HSL | 294.81º | 0.33% | 0.52% | - |
| HSV(B) | 294.81º | 0.47% | 0.67% | - |
| XYZ | 26.7 | 18.46 | 41.19 | - |
| YUV | 122.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 172 | 0.04 | 0.47 | 0 | 0.33 | 294.81 | 0.33 | 0.52 |
| Hex | A5 | 5B | AC | 4 | 2F | 0 | 21 | 127 | 21 | 34 |
| Octal | 245 | 133 | 254 | 4 | 57 | 0 | 41 | 447 | 41 | 64 |
| Binary | 10100101 | 1011011 | 10101100 | 100 | 101111 | 0 | 100001 | 100100111 | 100001 | 110100 |
Color Harmonies of #A55BAC
Complementary color
Monochromatic Colors of #A55BAC
Black with #A55BAC
Text Example
Text Example
White with #A55BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55BAC; }
p { color: rgb(165,91,172); }
H1.HeaderClassName
{
color: #A55BAC;
}
.AnyTagClassName
{
color: #A55BAC;
}
</style>
background-color css
<style>
a { background-color: #A55BAC; }
a { background-color: rgb(165,91,172); }
div.DivClassName
{
background-color: #A55BAC;
}
.BgClassName
{
background-color: #A55BAC;
}
</style>
border-color css
<style>
span { border-color: #A55BAC; }
span { border-color: rgb(165,91,172); }
td.TdClassName
{
border-color: #A55BAC;
}
.TagClassName
{
border-color: #A55BAC;
}
</style>