Shades of Violet Blue #A55E9F
Tints of Violet Blue #A55E9F
RGB
CMYK
RGB Variations
Color information
#A55E9F (or 0xA55E9F) is known color: Violet Blue. HEX triplet: A5, 5E and 9F. RGB value is (165,94,159). Sum of RGB (Red+Green+Blue) = 165+94+159=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55E9F is #5AA160. Grayscale: #7A7A7A. Windows color (decimal): -5939553 or 10444453. OLE color: 10444453.
HSL color Cylindrical-coordinate representation of color #A55E9F: hue angle of 305.07º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A55E9F is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 159 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.35 |
| HSL | 305.07º | 0.28% | 0.51% | - |
| HSV(B) | 305.07º | 0.43% | 0.65% | - |
| XYZ | 25.78 | 18.51 | 35.01 | - |
| YUV | 122.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 159 | 0 | 0.43 | 0.04 | 0.35 | 305.07 | 0.28 | 0.51 |
| Hex | A5 | 5E | 9F | 0 | 2B | 4 | 23 | 131 | 1C | 33 |
| Octal | 245 | 136 | 237 | 0 | 53 | 4 | 43 | 461 | 34 | 63 |
| Binary | 10100101 | 1011110 | 10011111 | 0 | 101011 | 100 | 100011 | 100110001 | 11100 | 110011 |
Color Harmonies of #A55E9F
Complementary color
Monochromatic Colors of #A55E9F
Black with #A55E9F
Text Example
Text Example
White with #A55E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55E9F; }
p { color: rgb(165,94,159); }
H1.HeaderClassName
{
color: #A55E9F;
}
.AnyTagClassName
{
color: #A55E9F;
}
</style>
background-color css
<style>
a { background-color: #A55E9F; }
a { background-color: rgb(165,94,159); }
div.DivClassName
{
background-color: #A55E9F;
}
.BgClassName
{
background-color: #A55E9F;
}
</style>
border-color css
<style>
span { border-color: #A55E9F; }
span { border-color: rgb(165,94,159); }
td.TdClassName
{
border-color: #A55E9F;
}
.TagClassName
{
border-color: #A55E9F;
}
</style>