Shades of Violet Blue #A55FAE
Tints of Violet Blue #A55FAE
RGB
CMYK
RGB Variations
Color information
#A55FAE (or 0xA55FAE) is known color: Violet Blue. HEX triplet: A5, 5F and AE. RGB value is (165,95,174). Sum of RGB (Red+Green+Blue) = 165+95+174=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #A55FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55FAE is #5AA051. Grayscale: #7C7C7C. Windows color (decimal): -5939282 or 11427749. OLE color: 11427749.
HSL color Cylindrical-coordinate representation of color #A55FAE: hue angle of 293.16º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A55FAE is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 95 | 174 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.32 |
| HSL | 293.16º | 0.33% | 0.53% | - |
| HSV(B) | 293.16º | 0.45% | 0.68% | - |
| XYZ | 27.25 | 19.24 | 42.32 | - |
| YUV | 124.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 174 | 0.05 | 0.45 | 0 | 0.32 | 293.16 | 0.33 | 0.53 |
| Hex | A5 | 5F | AE | 5 | 2D | 0 | 20 | 125 | 21 | 35 |
| Octal | 245 | 137 | 256 | 5 | 55 | 0 | 40 | 445 | 41 | 65 |
| Binary | 10100101 | 1011111 | 10101110 | 101 | 101101 | 0 | 100000 | 100100101 | 100001 | 110101 |
Color Harmonies of #A55FAE
Complementary color
Monochromatic Colors of #A55FAE
Black with #A55FAE
Text Example
Text Example
White with #A55FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FAE; }
p { color: rgb(165,95,174); }
H1.HeaderClassName
{
color: #A55FAE;
}
.AnyTagClassName
{
color: #A55FAE;
}
</style>
background-color css
<style>
a { background-color: #A55FAE; }
a { background-color: rgb(165,95,174); }
div.DivClassName
{
background-color: #A55FAE;
}
.BgClassName
{
background-color: #A55FAE;
}
</style>
border-color css
<style>
span { border-color: #A55FAE; }
span { border-color: rgb(165,95,174); }
td.TdClassName
{
border-color: #A55FAE;
}
.TagClassName
{
border-color: #A55FAE;
}
</style>