Shades of Violet Blue #A165A7
Tints of Violet Blue #A165A7
RGB
CMYK
RGB Variations
Color information
#A165A7 (or 0xA165A7) is known color: Violet Blue. HEX triplet: A1, 65 and A7. RGB value is (161,101,167). Sum of RGB (Red+Green+Blue) = 161+101+167=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 167 - color contains mainly: blue. Hex color #A165A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A165A7 is #5E9A58. Grayscale: #7E7E7E. Windows color (decimal): -6199897 or 10970529. OLE color: 10970529.
HSL color Cylindrical-coordinate representation of color #A165A7: hue angle of 294.55º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A165A7 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 101 | 167 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.35 |
| HSL | 294.55º | 0.27% | 0.53% | - |
| HSV(B) | 294.55º | 0.4% | 0.65% | - |
| XYZ | 26.33 | 19.67 | 38.97 | - |
| YUV | 126.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 167 | 0.04 | 0.40 | 0 | 0.35 | 294.55 | 0.27 | 0.53 |
| Hex | A1 | 65 | A7 | 4 | 28 | 0 | 23 | 127 | 1B | 35 |
| Octal | 241 | 145 | 247 | 4 | 50 | 0 | 43 | 447 | 33 | 65 |
| Binary | 10100001 | 1100101 | 10100111 | 100 | 101000 | 0 | 100011 | 100100111 | 11011 | 110101 |
Color Harmonies of #A165A7
Complementary color
Monochromatic Colors of #A165A7
Black with #A165A7
Text Example
Text Example
White with #A165A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A165A7; }
p { color: rgb(161,101,167); }
H1.HeaderClassName
{
color: #A165A7;
}
.AnyTagClassName
{
color: #A165A7;
}
</style>
background-color css
<style>
a { background-color: #A165A7; }
a { background-color: rgb(161,101,167); }
div.DivClassName
{
background-color: #A165A7;
}
.BgClassName
{
background-color: #A165A7;
}
</style>
border-color css
<style>
span { border-color: #A165A7; }
span { border-color: rgb(161,101,167); }
td.TdClassName
{
border-color: #A165A7;
}
.TagClassName
{
border-color: #A165A7;
}
</style>