Shades of Violet Blue #A165A5
Tints of Violet Blue #A165A5
RGB
CMYK
RGB Variations
Color information
#A165A5 (or 0xA165A5) is known color: Violet Blue. HEX triplet: A1, 65 and A5. RGB value is (161,101,165). Sum of RGB (Red+Green+Blue) = 161+101+165=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 165 - color contains mainly: blue. Hex color #A165A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A165A5 is #5E9A5A. Grayscale: #7E7E7E. Windows color (decimal): -6199899 or 10839457. OLE color: 10839457.
HSL color Cylindrical-coordinate representation of color #A165A5: hue angle of 296.25º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A165A5 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 101 | 165 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.35 |
| HSL | 296.25º | 0.26% | 0.52% | - |
| HSV(B) | 296.25º | 0.39% | 0.65% | - |
| XYZ | 26.14 | 19.6 | 38 | - |
| YUV | 126.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 165 | 0.02 | 0.39 | 0 | 0.35 | 296.25 | 0.26 | 0.52 |
| Hex | A1 | 65 | A5 | 2 | 27 | 0 | 23 | 128 | 1A | 34 |
| Octal | 241 | 145 | 245 | 2 | 47 | 0 | 43 | 450 | 32 | 64 |
| Binary | 10100001 | 1100101 | 10100101 | 10 | 100111 | 0 | 100011 | 100101000 | 11010 | 110100 |
Color Harmonies of #A165A5
Complementary color
Monochromatic Colors of #A165A5
Black with #A165A5
Text Example
Text Example
White with #A165A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A165A5; }
p { color: rgb(161,101,165); }
H1.HeaderClassName
{
color: #A165A5;
}
.AnyTagClassName
{
color: #A165A5;
}
</style>
background-color css
<style>
a { background-color: #A165A5; }
a { background-color: rgb(161,101,165); }
div.DivClassName
{
background-color: #A165A5;
}
.BgClassName
{
background-color: #A165A5;
}
</style>
border-color css
<style>
span { border-color: #A165A5; }
span { border-color: rgb(161,101,165); }
td.TdClassName
{
border-color: #A165A5;
}
.TagClassName
{
border-color: #A165A5;
}
</style>