Shades of Violet Blue #A55DAD
Tints of Violet Blue #A55DAD
RGB
CMYK
RGB Variations
Color information
#A55DAD (or 0xA55DAD) is known color: Violet Blue. HEX triplet: A5, 5D and AD. RGB value is (165,93,173). Sum of RGB (Red+Green+Blue) = 165+93+173=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #A55DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55DAD is #5AA252. Grayscale: #7B7B7B. Windows color (decimal): -5939795 or 11361701. OLE color: 11361701.
HSL color Cylindrical-coordinate representation of color #A55DAD: hue angle of 294º 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 #A55DAD is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 93 | 173 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.32 |
| HSL | 294º | 0.33% | 0.52% | - |
| HSV(B) | 294º | 0.46% | 0.68% | - |
| XYZ | 26.97 | 18.85 | 41.75 | - |
| YUV | 123.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 173 | 0.05 | 0.46 | 0 | 0.32 | 294 | 0.33 | 0.52 |
| Hex | A5 | 5D | AD | 5 | 2E | 0 | 20 | 126 | 21 | 34 |
| Octal | 245 | 135 | 255 | 5 | 56 | 0 | 40 | 446 | 41 | 64 |
| Binary | 10100101 | 1011101 | 10101101 | 101 | 101110 | 0 | 100000 | 100100110 | 100001 | 110100 |
Color Harmonies of #A55DAD
Complementary color
Monochromatic Colors of #A55DAD
Black with #A55DAD
Text Example
Text Example
White with #A55DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DAD; }
p { color: rgb(165,93,173); }
H1.HeaderClassName
{
color: #A55DAD;
}
.AnyTagClassName
{
color: #A55DAD;
}
</style>
background-color css
<style>
a { background-color: #A55DAD; }
a { background-color: rgb(165,93,173); }
div.DivClassName
{
background-color: #A55DAD;
}
.BgClassName
{
background-color: #A55DAD;
}
</style>
border-color css
<style>
span { border-color: #A55DAD; }
span { border-color: rgb(165,93,173); }
td.TdClassName
{
border-color: #A55DAD;
}
.TagClassName
{
border-color: #A55DAD;
}
</style>