Shades of Violet Blue #A5589C
Tints of Violet Blue #A5589C
RGB
CMYK
RGB Variations
Color information
#A5589C (or 0xA5589C) is known color: Violet Blue. HEX triplet: A5, 58 and 9C. RGB value is (165,88,156). Sum of RGB (Red+Green+Blue) = 165+88+156=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5589C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5589C is #5AA763. Grayscale: #767676. Windows color (decimal): -5941092 or 10246309. OLE color: 10246309.
HSL color Cylindrical-coordinate representation of color #A5589C: hue angle of 307.01º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5589C is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 88 | 156 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.35 |
| HSL | 307.01º | 0.3% | 0.5% | - |
| HSV(B) | 307.01º | 0.47% | 0.65% | - |
| XYZ | 25.01 | 17.38 | 33.49 | - |
| YUV | 118.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 156 | 0 | 0.47 | 0.05 | 0.35 | 307.01 | 0.3 | 0.5 |
| Hex | A5 | 58 | 9C | 0 | 2F | 5 | 23 | 133 | 1E | 32 |
| Octal | 245 | 130 | 234 | 0 | 57 | 5 | 43 | 463 | 36 | 62 |
| Binary | 10100101 | 1011000 | 10011100 | 0 | 101111 | 101 | 100011 | 100110011 | 11110 | 110010 |
Color Harmonies of #A5589C
Complementary color
Monochromatic Colors of #A5589C
Black with #A5589C
Text Example
Text Example
White with #A5589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5589C; }
p { color: rgb(165,88,156); }
H1.HeaderClassName
{
color: #A5589C;
}
.AnyTagClassName
{
color: #A5589C;
}
</style>
background-color css
<style>
a { background-color: #A5589C; }
a { background-color: rgb(165,88,156); }
div.DivClassName
{
background-color: #A5589C;
}
.BgClassName
{
background-color: #A5589C;
}
</style>
border-color css
<style>
span { border-color: #A5589C; }
span { border-color: rgb(165,88,156); }
td.TdClassName
{
border-color: #A5589C;
}
.TagClassName
{
border-color: #A5589C;
}
</style>