Shades of Violet Blue #A55F93
Tints of Violet Blue #A55F93
RGB
CMYK
RGB Variations
Color information
#A55F93 (or 0xA55F93) is known color: Violet Blue. HEX triplet: A5, 5F and 93. RGB value is (165,95,147). Sum of RGB (Red+Green+Blue) = 165+95+147=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55F93 is #5AA06C. Grayscale: #797979. Windows color (decimal): -5939309 or 9658277. OLE color: 9658277.
HSL color Cylindrical-coordinate representation of color #A55F93: hue angle of 315.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A55F93 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 95 | 147 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.35 |
| HSL | 315.43º | 0.28% | 0.51% | - |
| HSV(B) | 315.43º | 0.42% | 0.65% | - |
| XYZ | 24.88 | 18.29 | 29.82 | - |
| YUV | 121.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 147 | 0 | 0.42 | 0.11 | 0.35 | 315.43 | 0.28 | 0.51 |
| Hex | A5 | 5F | 93 | 0 | 2A | B | 23 | 13B | 1C | 33 |
| Octal | 245 | 137 | 223 | 0 | 52 | 13 | 43 | 473 | 34 | 63 |
| Binary | 10100101 | 1011111 | 10010011 | 0 | 101010 | 1011 | 100011 | 100111011 | 11100 | 110011 |
Color Harmonies of #A55F93
Complementary color
Monochromatic Colors of #A55F93
Black with #A55F93
Text Example
Text Example
White with #A55F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55F93; }
p { color: rgb(165,95,147); }
H1.HeaderClassName
{
color: #A55F93;
}
.AnyTagClassName
{
color: #A55F93;
}
</style>
background-color css
<style>
a { background-color: #A55F93; }
a { background-color: rgb(165,95,147); }
div.DivClassName
{
background-color: #A55F93;
}
.BgClassName
{
background-color: #A55F93;
}
</style>
border-color css
<style>
span { border-color: #A55F93; }
span { border-color: rgb(165,95,147); }
td.TdClassName
{
border-color: #A55F93;
}
.TagClassName
{
border-color: #A55F93;
}
</style>