Shades of Violet Blue #A55EAD
Tints of Violet Blue #A55EAD
RGB
CMYK
RGB Variations
Color information
#A55EAD (or 0xA55EAD) is known color: Violet Blue. HEX triplet: A5, 5E and AD. RGB value is (165,94,173). Sum of RGB (Red+Green+Blue) = 165+94+173=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #A55EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55EAD is #5AA152. Grayscale: #7B7B7B. Windows color (decimal): -5939539 or 11361957. OLE color: 11361957.
HSL color Cylindrical-coordinate representation of color #A55EAD: hue angle of 293.92º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55EAD is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 94 | 173 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.32 |
| HSL | 293.92º | 0.33% | 0.52% | - |
| HSV(B) | 293.92º | 0.46% | 0.68% | - |
| XYZ | 27.06 | 19.02 | 41.78 | - |
| YUV | 124.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 173 | 0.05 | 0.46 | 0 | 0.32 | 293.92 | 0.33 | 0.52 |
| Hex | A5 | 5E | AD | 5 | 2E | 0 | 20 | 126 | 21 | 34 |
| Octal | 245 | 136 | 255 | 5 | 56 | 0 | 40 | 446 | 41 | 64 |
| Binary | 10100101 | 1011110 | 10101101 | 101 | 101110 | 0 | 100000 | 100100110 | 100001 | 110100 |
Color Harmonies of #A55EAD
Complementary color
Monochromatic Colors of #A55EAD
Black with #A55EAD
Text Example
Text Example
White with #A55EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55EAD; }
p { color: rgb(165,94,173); }
H1.HeaderClassName
{
color: #A55EAD;
}
.AnyTagClassName
{
color: #A55EAD;
}
</style>
background-color css
<style>
a { background-color: #A55EAD; }
a { background-color: rgb(165,94,173); }
div.DivClassName
{
background-color: #A55EAD;
}
.BgClassName
{
background-color: #A55EAD;
}
</style>
border-color css
<style>
span { border-color: #A55EAD; }
span { border-color: rgb(165,94,173); }
td.TdClassName
{
border-color: #A55EAD;
}
.TagClassName
{
border-color: #A55EAD;
}
</style>