Shades of Violet Blue #A55FB1
Tints of Violet Blue #A55FB1
RGB
CMYK
RGB Variations
Color information
#A55FB1 (or 0xA55FB1) is known color: Violet Blue. HEX triplet: A5, 5F and B1. RGB value is (165,95,177). Sum of RGB (Red+Green+Blue) = 165+95+177=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 177 - color contains mainly: blue. Hex color #A55FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55FB1 is #5AA04E. Grayscale: #7D7D7D. Windows color (decimal): -5939279 or 11624357. OLE color: 11624357.
HSL color Cylindrical-coordinate representation of color #A55FB1: hue angle of 291.22º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55FB1 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 95 | 177 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.31 |
| HSL | 291.22º | 0.34% | 0.53% | - |
| HSV(B) | 291.22º | 0.46% | 0.69% | - |
| XYZ | 27.55 | 19.36 | 43.88 | - |
| YUV | 125.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 177 | 0.07 | 0.46 | 0 | 0.31 | 291.22 | 0.34 | 0.53 |
| Hex | A5 | 5F | B1 | 7 | 2E | 0 | 1F | 123 | 22 | 35 |
| Octal | 245 | 137 | 261 | 7 | 56 | 0 | 37 | 443 | 42 | 65 |
| Binary | 10100101 | 1011111 | 10110001 | 111 | 101110 | 0 | 11111 | 100100011 | 100010 | 110101 |
Color Harmonies of #A55FB1
Complementary color
Monochromatic Colors of #A55FB1
Black with #A55FB1
Text Example
Text Example
White with #A55FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FB1; }
p { color: rgb(165,95,177); }
H1.HeaderClassName
{
color: #A55FB1;
}
.AnyTagClassName
{
color: #A55FB1;
}
</style>
background-color css
<style>
a { background-color: #A55FB1; }
a { background-color: rgb(165,95,177); }
div.DivClassName
{
background-color: #A55FB1;
}
.BgClassName
{
background-color: #A55FB1;
}
</style>
border-color css
<style>
span { border-color: #A55FB1; }
span { border-color: rgb(165,95,177); }
td.TdClassName
{
border-color: #A55FB1;
}
.TagClassName
{
border-color: #A55FB1;
}
</style>