Shades of Violet Blue #A5699F
Tints of Violet Blue #A5699F
RGB
CMYK
RGB Variations
Color information
#A5699F (or 0xA5699F) is known color: Violet Blue. HEX triplet: A5, 69 and 9F. RGB value is (165,105,159). Sum of RGB (Red+Green+Blue) = 165+105+159=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A5699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5699F is #5A9660. Grayscale: #808080. Windows color (decimal): -5936737 or 10447269. OLE color: 10447269.
HSL color Cylindrical-coordinate representation of color #A5699F: hue angle of 306º 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 #A5699F is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 105 | 159 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.35 |
| HSL | 306º | 0.25% | 0.53% | - |
| HSV(B) | 306º | 0.36% | 0.65% | - |
| XYZ | 26.83 | 20.61 | 35.36 | - |
| YUV | 129.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 159 | 0 | 0.36 | 0.04 | 0.35 | 306 | 0.25 | 0.53 |
| Hex | A5 | 69 | 9F | 0 | 24 | 4 | 23 | 132 | 19 | 35 |
| Octal | 245 | 151 | 237 | 0 | 44 | 4 | 43 | 462 | 31 | 65 |
| Binary | 10100101 | 1101001 | 10011111 | 0 | 100100 | 100 | 100011 | 100110010 | 11001 | 110101 |
Color Harmonies of #A5699F
Complementary color
Monochromatic Colors of #A5699F
Black with #A5699F
Text Example
Text Example
White with #A5699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5699F; }
p { color: rgb(165,105,159); }
H1.HeaderClassName
{
color: #A5699F;
}
.AnyTagClassName
{
color: #A5699F;
}
</style>
background-color css
<style>
a { background-color: #A5699F; }
a { background-color: rgb(165,105,159); }
div.DivClassName
{
background-color: #A5699F;
}
.BgClassName
{
background-color: #A5699F;
}
</style>
border-color css
<style>
span { border-color: #A5699F; }
span { border-color: rgb(165,105,159); }
td.TdClassName
{
border-color: #A5699F;
}
.TagClassName
{
border-color: #A5699F;
}
</style>