Shades of Violet Blue #A165A4
Tints of Violet Blue #A165A4
RGB
CMYK
RGB Variations
Color information
#A165A4 (or 0xA165A4) is known color: Violet Blue. HEX triplet: A1, 65 and A4. RGB value is (161,101,164). Sum of RGB (Red+Green+Blue) = 161+101+164=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 164 - color contains mainly: blue. Hex color #A165A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A165A4 is #5E9A5B. Grayscale: #7D7D7D. Windows color (decimal): -6199900 or 10773921. OLE color: 10773921.
HSL color Cylindrical-coordinate representation of color #A165A4: hue angle of 297.14º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A165A4 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 101 | 164 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.36 |
| HSL | 297.14º | 0.26% | 0.52% | - |
| HSV(B) | 297.14º | 0.38% | 0.64% | - |
| XYZ | 26.05 | 19.56 | 37.53 | - |
| YUV | 126.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 164 | 0.02 | 0.38 | 0 | 0.36 | 297.14 | 0.26 | 0.52 |
| Hex | A1 | 65 | A4 | 2 | 26 | 0 | 24 | 129 | 1A | 34 |
| Octal | 241 | 145 | 244 | 2 | 46 | 0 | 44 | 451 | 32 | 64 |
| Binary | 10100001 | 1100101 | 10100100 | 10 | 100110 | 0 | 100100 | 100101001 | 11010 | 110100 |
Color Harmonies of #A165A4
Complementary color
Monochromatic Colors of #A165A4
Black with #A165A4
Text Example
Text Example
White with #A165A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A165A4; }
p { color: rgb(161,101,164); }
H1.HeaderClassName
{
color: #A165A4;
}
.AnyTagClassName
{
color: #A165A4;
}
</style>
background-color css
<style>
a { background-color: #A165A4; }
a { background-color: rgb(161,101,164); }
div.DivClassName
{
background-color: #A165A4;
}
.BgClassName
{
background-color: #A165A4;
}
</style>
border-color css
<style>
span { border-color: #A165A4; }
span { border-color: rgb(161,101,164); }
td.TdClassName
{
border-color: #A165A4;
}
.TagClassName
{
border-color: #A165A4;
}
</style>