#A163AB

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

Shades of Violet Blue #A163AB

Tints of Violet Blue #A163AB

Color information

#A163AB (or 0xA163AB) is unknown color: approx Violet Blue. HEX triplet: A1, 63 and AB. RGB value is (161,99,171). Sum of RGB (Red+Green+Blue) = 161+99+171=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #A163AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A163AB is #5E9C54. Grayscale: #7D7D7D. Windows color (decimal): -6200405 or 11232161. OLE color: 11232161.

HSL color Cylindrical-coordinate representation of color #A163AB: hue angle of 291.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A163AB is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16199171-
CMYK0.060.4200.33
HSL291.67º30%52.94%-
HSV(B)291.67º42.11%67.06%-
XYZ26.5119.4440.88-
YUV125.75153.54153.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 99 (39.06% from 255) = 22.97%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=37.35%
G=22.97%
B=39.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161991710.060.4200.33291.673052.94
HexA163AB62A0211241e35
Octal2411432536520414443665
Binary10100001110001110101011110101010010000110010010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163AB; }

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

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

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

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

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

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

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

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