#A164AE

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

Shades of Violet Blue #A164AE

Tints of Violet Blue #A164AE

Color information

#A164AE (or 0xA164AE) is unknown color: approx Violet Blue. HEX triplet: A1, 64 and AE. RGB value is (161,100,174). Sum of RGB (Red+Green+Blue) = 161+100+174=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #A164AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A164AE is #5E9B51. Grayscale: #7E7E7E. Windows color (decimal): -6200146 or 11429025. OLE color: 11429025.

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

Color convert

RGB161100174-
CMYK0.070.4300.32
HSL289.46º31.36%53.73%-
HSV(B)289.46º42.53%68.24%-
XYZ26.919.7542.44-
YUV126.68154.71152.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 174 (68.36% from 255) = 40%
R=37.01%
G=22.99%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611001740.070.4300.32289.4631.3653.73
HexA164AE72B0201211f36
Octal2411442567530404413766
Binary10100001110010010101110111101011010000010010000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A164AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A164AE; }

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

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

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

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

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

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

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

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