Shades of Violet Blue #A5689C
Tints of Violet Blue #A5689C
RGB
CMYK
RGB Variations
Color information
#A5689C (or 0xA5689C) is known color: Violet Blue. HEX triplet: A5, 68 and 9C. RGB value is (165,104,156). Sum of RGB (Red+Green+Blue) = 165+104+156=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A5689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5689C is #5A9763. Grayscale: #808080. Windows color (decimal): -5936996 or 10250405. OLE color: 10250405.
HSL color Cylindrical-coordinate representation of color #A5689C: hue angle of 308.85º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5689C is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 104 | 156 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.35 |
| HSL | 308.85º | 0.25% | 0.53% | - |
| HSV(B) | 308.85º | 0.37% | 0.65% | - |
| XYZ | 26.47 | 20.3 | 33.98 | - |
| YUV | 128.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 156 | 0 | 0.37 | 0.05 | 0.35 | 308.85 | 0.25 | 0.53 |
| Hex | A5 | 68 | 9C | 0 | 25 | 5 | 23 | 135 | 19 | 35 |
| Octal | 245 | 150 | 234 | 0 | 45 | 5 | 43 | 465 | 31 | 65 |
| Binary | 10100101 | 1101000 | 10011100 | 0 | 100101 | 101 | 100011 | 100110101 | 11001 | 110101 |
Color Harmonies of #A5689C
Complementary color
Monochromatic Colors of #A5689C
Black with #A5689C
Text Example
Text Example
White with #A5689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5689C; }
p { color: rgb(165,104,156); }
H1.HeaderClassName
{
color: #A5689C;
}
.AnyTagClassName
{
color: #A5689C;
}
</style>
background-color css
<style>
a { background-color: #A5689C; }
a { background-color: rgb(165,104,156); }
div.DivClassName
{
background-color: #A5689C;
}
.BgClassName
{
background-color: #A5689C;
}
</style>
border-color css
<style>
span { border-color: #A5689C; }
span { border-color: rgb(165,104,156); }
td.TdClassName
{
border-color: #A5689C;
}
.TagClassName
{
border-color: #A5689C;
}
</style>