#A16CA4

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

Shades of Violet Blue #A16CA4

Tints of Violet Blue #A16CA4

Color information

#A16CA4 (or 0xA16CA4) is unknown color: approx Violet Blue. HEX triplet: A1, 6C and A4. RGB value is (161,108,164). Sum of RGB (Red+Green+Blue) = 161+108+164=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 164 - color contains mainly: blue. Hex color #A16CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16CA4 is #5E935B. Grayscale: #828282. Windows color (decimal): -6198108 or 10775713. OLE color: 10775713.

HSL color Cylindrical-coordinate representation of color #A16CA4: hue angle of 296.79º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16CA4 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB161108164-
CMYK0.020.3400.36
HSL296.79º23.53%53.33%-
HSV(B)296.79º34.15%64.31%-
XYZ26.7620.9837.76-
YUV130.23147.06149.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=37.18%
G=24.94%
B=37.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611081640.020.3400.36296.7923.5353.33
HexA16CA42220241291835
Octal2411542442420444513065
Binary1010000111011001010010010100010010010010010100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16CA4; }

 p { color: rgb(161,108,164); }

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

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

 a { background-color: rgb(161,108,164); }

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

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

 span { border-color: rgb(161,108,164); }

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