Shades of Violet Blue #A2699D
Tints of Violet Blue #A2699D
RGB
CMYK
RGB Variations
Color information
#A2699D (or 0xA2699D) is known color: Violet Blue. HEX triplet: A2, 69 and 9D. RGB value is (162,105,157). Sum of RGB (Red+Green+Blue) = 162+105+157=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A2699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2699D is #5D9662. Grayscale: #7F7F7F. Windows color (decimal): -6133347 or 10316194. OLE color: 10316194.
HSL color Cylindrical-coordinate representation of color #A2699D: hue angle of 305.26º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2699D is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 157 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.36 |
| HSL | 305.26º | 0.23% | 0.52% | - |
| HSV(B) | 305.26º | 0.35% | 0.64% | - |
| XYZ | 26.04 | 20.22 | 34.43 | - |
| YUV | 127.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 157 | 0 | 0.35 | 0.03 | 0.36 | 305.26 | 0.23 | 0.52 |
| Hex | A2 | 69 | 9D | 0 | 23 | 3 | 24 | 131 | 17 | 34 |
| Octal | 242 | 151 | 235 | 0 | 43 | 3 | 44 | 461 | 27 | 64 |
| Binary | 10100010 | 1101001 | 10011101 | 0 | 100011 | 11 | 100100 | 100110001 | 10111 | 110100 |
Color Harmonies of #A2699D
Complementary color
Monochromatic Colors of #A2699D
Black with #A2699D
Text Example
Text Example
White with #A2699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2699D; }
p { color: rgb(162,105,157); }
H1.HeaderClassName
{
color: #A2699D;
}
.AnyTagClassName
{
color: #A2699D;
}
</style>
background-color css
<style>
a { background-color: #A2699D; }
a { background-color: rgb(162,105,157); }
div.DivClassName
{
background-color: #A2699D;
}
.BgClassName
{
background-color: #A2699D;
}
</style>
border-color css
<style>
span { border-color: #A2699D; }
span { border-color: rgb(162,105,157); }
td.TdClassName
{
border-color: #A2699D;
}
.TagClassName
{
border-color: #A2699D;
}
</style>