Shades of Violet Blue #A5699E
Tints of Violet Blue #A5699E
RGB
CMYK
RGB Variations
Color information
#A5699E (or 0xA5699E) is known color: Violet Blue. HEX triplet: A5, 69 and 9E. RGB value is (165,105,158). Sum of RGB (Red+Green+Blue) = 165+105+158=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A5699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5699E is #5A9661. Grayscale: #808080. Windows color (decimal): -5936738 or 10381733. OLE color: 10381733.
HSL color Cylindrical-coordinate representation of color #A5699E: hue angle of 307º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5699E is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 105 | 158 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.35 |
| HSL | 307º | 0.25% | 0.53% | - |
| HSV(B) | 307º | 0.36% | 0.65% | - |
| XYZ | 26.74 | 20.57 | 34.91 | - |
| YUV | 128.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 158 | 0 | 0.36 | 0.04 | 0.35 | 307 | 0.25 | 0.53 |
| Hex | A5 | 69 | 9E | 0 | 24 | 4 | 23 | 133 | 19 | 35 |
| Octal | 245 | 151 | 236 | 0 | 44 | 4 | 43 | 463 | 31 | 65 |
| Binary | 10100101 | 1101001 | 10011110 | 0 | 100100 | 100 | 100011 | 100110011 | 11001 | 110101 |
Color Harmonies of #A5699E
Complementary color
Monochromatic Colors of #A5699E
Black with #A5699E
Text Example
Text Example
White with #A5699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5699E; }
p { color: rgb(165,105,158); }
H1.HeaderClassName
{
color: #A5699E;
}
.AnyTagClassName
{
color: #A5699E;
}
</style>
background-color css
<style>
a { background-color: #A5699E; }
a { background-color: rgb(165,105,158); }
div.DivClassName
{
background-color: #A5699E;
}
.BgClassName
{
background-color: #A5699E;
}
</style>
border-color css
<style>
span { border-color: #A5699E; }
span { border-color: rgb(165,105,158); }
td.TdClassName
{
border-color: #A5699E;
}
.TagClassName
{
border-color: #A5699E;
}
</style>