Shades of Violet Blue #A769B4
Tints of Violet Blue #A769B4
RGB
CMYK
RGB Variations
Color information
#A769B4 (or 0xA769B4) is known color: Violet Blue. HEX triplet: A7, 69 and B4. RGB value is (167,105,180). Sum of RGB (Red+Green+Blue) = 167+105+180=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: blue. Hex color #A769B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A769B4 is #58964B. Grayscale: #838383. Windows color (decimal): -5805644 or 11823527. OLE color: 11823527.
HSL color Cylindrical-coordinate representation of color #A769B4: hue angle of 289.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A769B4 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 105 | 180 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.29 |
| HSL | 289.6º | 0.33% | 0.56% | - |
| HSV(B) | 289.6º | 0.42% | 0.71% | - |
| XYZ | 29.23 | 21.61 | 45.81 | - |
| YUV | 132.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 105 | 180 | 0.07 | 0.42 | 0 | 0.29 | 289.6 | 0.33 | 0.56 |
| Hex | A7 | 69 | B4 | 7 | 2A | 0 | 1D | 122 | 21 | 38 |
| Octal | 247 | 151 | 264 | 7 | 52 | 0 | 35 | 442 | 41 | 70 |
| Binary | 10100111 | 1101001 | 10110100 | 111 | 101010 | 0 | 11101 | 100100010 | 100001 | 111000 |
Color Harmonies of #A769B4
Complementary color
Monochromatic Colors of #A769B4
Black with #A769B4
Text Example
Text Example
White with #A769B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A769B4; }
p { color: rgb(167,105,180); }
H1.HeaderClassName
{
color: #A769B4;
}
.AnyTagClassName
{
color: #A769B4;
}
</style>
background-color css
<style>
a { background-color: #A769B4; }
a { background-color: rgb(167,105,180); }
div.DivClassName
{
background-color: #A769B4;
}
.BgClassName
{
background-color: #A769B4;
}
</style>
border-color css
<style>
span { border-color: #A769B4; }
span { border-color: rgb(167,105,180); }
td.TdClassName
{
border-color: #A769B4;
}
.TagClassName
{
border-color: #A769B4;
}
</style>