Shades of Violet Blue #A55DB0
Tints of Violet Blue #A55DB0
RGB
CMYK
RGB Variations
Color information
#A55DB0 (or 0xA55DB0) is known color: Violet Blue. HEX triplet: A5, 5D and B0. RGB value is (165,93,176). Sum of RGB (Red+Green+Blue) = 165+93+176=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 176 - color contains mainly: blue. Hex color #A55DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55DB0 is #5AA24F. Grayscale: #7B7B7B. Windows color (decimal): -5939792 or 11558309. OLE color: 11558309.
HSL color Cylindrical-coordinate representation of color #A55DB0: hue angle of 292.05º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55DB0 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 93 | 176 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.31 |
| HSL | 292.05º | 0.34% | 0.53% | - |
| HSV(B) | 292.05º | 0.47% | 0.69% | - |
| XYZ | 27.27 | 18.96 | 43.3 | - |
| YUV | 123.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 176 | 0.06 | 0.47 | 0 | 0.31 | 292.05 | 0.34 | 0.53 |
| Hex | A5 | 5D | B0 | 6 | 2F | 0 | 1F | 124 | 22 | 35 |
| Octal | 245 | 135 | 260 | 6 | 57 | 0 | 37 | 444 | 42 | 65 |
| Binary | 10100101 | 1011101 | 10110000 | 110 | 101111 | 0 | 11111 | 100100100 | 100010 | 110101 |
Color Harmonies of #A55DB0
Complementary color
Monochromatic Colors of #A55DB0
Black with #A55DB0
Text Example
Text Example
White with #A55DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DB0; }
p { color: rgb(165,93,176); }
H1.HeaderClassName
{
color: #A55DB0;
}
.AnyTagClassName
{
color: #A55DB0;
}
</style>
background-color css
<style>
a { background-color: #A55DB0; }
a { background-color: rgb(165,93,176); }
div.DivClassName
{
background-color: #A55DB0;
}
.BgClassName
{
background-color: #A55DB0;
}
</style>
border-color css
<style>
span { border-color: #A55DB0; }
span { border-color: rgb(165,93,176); }
td.TdClassName
{
border-color: #A55DB0;
}
.TagClassName
{
border-color: #A55DB0;
}
</style>