#A161AE

Color #A161AE Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A161AE

Tints of Violet Blue #A161AE

Color information

#A161AE (or 0xA161AE) is unknown color: approx Violet Blue. HEX triplet: A1, 61 and AE. RGB value is (161,97,174). Sum of RGB (Red+Green+Blue) = 161+97+174=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #A161AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A161AE is #5E9E51. Grayscale: #7C7C7C. Windows color (decimal): -6200914 or 11428257. OLE color: 11428257.

HSL color Cylindrical-coordinate representation of color #A161AE: hue angle of 289.87º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A161AE is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16197174-
CMYK0.070.4400.32
HSL289.87º32.22%53.14%-
HSV(B)289.87º44.25%68.24%-
XYZ26.6119.1842.34-
YUV124.91155.7153.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=37.27%
G=22.45%
B=40.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161971740.070.4400.32289.8732.2253.14
HexA161AE72C0201222035
Octal2411412567540404424065
Binary101000011100001101011101111011000100000100100010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A161AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A161AE; }

 p { color: rgb(161,97,174); }

 H1.HeaderClassName
 {
   color: #A161AE;
 }
 .AnyTagClassName
 {
   color: #A161AE;
 }
</style>
background-color css

<style>
 a { background-color: #A161AE; }

 a { background-color: rgb(161,97,174); }

 div.DivClassName
 {
   background-color: #A161AE;
 }
 .BgClassName
 {
   background-color: #A161AE;
 }
</style>
border-color css

<style>
 span { border-color: #A161AE; }

 span { border-color: rgb(161,97,174); }

 td.TdClassName
 {
   border-color: #A161AE;
 }
 .TagClassName
 {
   border-color: #A161AE;
 }
</style>