Shades of Violet Blue #A55BAD
Tints of Violet Blue #A55BAD
RGB
CMYK
RGB Variations
Color information
#A55BAD (or 0xA55BAD) is known color: Violet Blue. HEX triplet: A5, 5B and AD. RGB value is (165,91,173). Sum of RGB (Red+Green+Blue) = 165+91+173=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #A55BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55BAD is #5AA452. Grayscale: #7A7A7A. Windows color (decimal): -5940307 or 11361189. OLE color: 11361189.
HSL color Cylindrical-coordinate representation of color #A55BAD: hue angle of 294.15º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55BAD is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 91 | 173 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.32 |
| HSL | 294.15º | 0.33% | 0.52% | - |
| HSV(B) | 294.15º | 0.47% | 0.68% | - |
| XYZ | 26.8 | 18.5 | 41.69 | - |
| YUV | 122.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 173 | 0.05 | 0.47 | 0 | 0.32 | 294.15 | 0.33 | 0.52 |
| Hex | A5 | 5B | AD | 5 | 2F | 0 | 20 | 126 | 21 | 34 |
| Octal | 245 | 133 | 255 | 5 | 57 | 0 | 40 | 446 | 41 | 64 |
| Binary | 10100101 | 1011011 | 10101101 | 101 | 101111 | 0 | 100000 | 100100110 | 100001 | 110100 |
Color Harmonies of #A55BAD
Complementary color
Monochromatic Colors of #A55BAD
Black with #A55BAD
Text Example
Text Example
White with #A55BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55BAD; }
p { color: rgb(165,91,173); }
H1.HeaderClassName
{
color: #A55BAD;
}
.AnyTagClassName
{
color: #A55BAD;
}
</style>
background-color css
<style>
a { background-color: #A55BAD; }
a { background-color: rgb(165,91,173); }
div.DivClassName
{
background-color: #A55BAD;
}
.BgClassName
{
background-color: #A55BAD;
}
</style>
border-color css
<style>
span { border-color: #A55BAD; }
span { border-color: rgb(165,91,173); }
td.TdClassName
{
border-color: #A55BAD;
}
.TagClassName
{
border-color: #A55BAD;
}
</style>