#A163AE

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

Shades of Violet Blue #A163AE

Tints of Violet Blue #A163AE

Color information

#A163AE (or 0xA163AE) is unknown color: approx Violet Blue. HEX triplet: A1, 63 and AE. RGB value is (161,99,174). Sum of RGB (Red+Green+Blue) = 161+99+174=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #A163AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A163AE is #5E9C51. Grayscale: #7D7D7D. Windows color (decimal): -6200402 or 11428769. OLE color: 11428769.

HSL color Cylindrical-coordinate representation of color #A163AE: hue angle of 289.6º degrees, saturation: 0.32, 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 #A163AE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16199174-
CMYK0.070.4300.32
HSL289.6º31.65%53.53%-
HSV(B)289.6º43.1%68.24%-
XYZ26.819.5642.41-
YUV126.09155.04152.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=37.10%
G=22.81%
B=40.09%

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
Decimal161991740.070.4300.32289.631.6553.53
HexA163AE72B0201222036
Octal2411432567530404424066
Binary101000011100011101011101111010110100000100100010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163AE; }

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

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

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

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

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

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

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

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