Shades of Violet Blue #A165AD
Tints of Violet Blue #A165AD
RGB
CMYK
RGB Variations
Color information
#A165AD (or 0xA165AD) is known color: Violet Blue. HEX triplet: A1, 65 and AD. RGB value is (161,101,173). Sum of RGB (Red+Green+Blue) = 161+101+173=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #A165AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A165AD is #5E9A52. Grayscale: #7E7E7E. Windows color (decimal): -6199891 or 11363745. OLE color: 11363745.
HSL color Cylindrical-coordinate representation of color #A165AD: hue angle of 290º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A165AD is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 101 | 173 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.32 |
| HSL | 290º | 0.31% | 0.54% | - |
| HSV(B) | 290º | 0.42% | 0.68% | - |
| XYZ | 26.89 | 19.9 | 41.96 | - |
| YUV | 127.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 173 | 0.07 | 0.42 | 0 | 0.32 | 290 | 0.31 | 0.54 |
| Hex | A1 | 65 | AD | 7 | 2A | 0 | 20 | 122 | 1F | 36 |
| Octal | 241 | 145 | 255 | 7 | 52 | 0 | 40 | 442 | 37 | 66 |
| Binary | 10100001 | 1100101 | 10101101 | 111 | 101010 | 0 | 100000 | 100100010 | 11111 | 110110 |
Color Harmonies of #A165AD
Complementary color
Monochromatic Colors of #A165AD
Black with #A165AD
Text Example
Text Example
White with #A165AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A165AD; }
p { color: rgb(161,101,173); }
H1.HeaderClassName
{
color: #A165AD;
}
.AnyTagClassName
{
color: #A165AD;
}
</style>
background-color css
<style>
a { background-color: #A165AD; }
a { background-color: rgb(161,101,173); }
div.DivClassName
{
background-color: #A165AD;
}
.BgClassName
{
background-color: #A165AD;
}
</style>
border-color css
<style>
span { border-color: #A165AD; }
span { border-color: rgb(161,101,173); }
td.TdClassName
{
border-color: #A165AD;
}
.TagClassName
{
border-color: #A165AD;
}
</style>