#A1769E

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

Shades of Violet Blue #A1769E

Tints of Violet Blue #A1769E

Color information

#A1769E (or 0xA1769E) is unknown color: approx Violet Blue. HEX triplet: A1, 76 and 9E. RGB value is (161,118,158). Sum of RGB (Red+Green+Blue) = 161+118+158=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 161 - color contains mainly: red. Hex color #A1769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1769E is #5E8961. Grayscale: #878787. Windows color (decimal): -6195554 or 10385057. OLE color: 10385057.

HSL color Cylindrical-coordinate representation of color #A1769E: hue angle of 304.19º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1769E is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB161118158-
CMYK00.270.020.37
HSL304.19º18.61%54.71%-
HSV(B)304.19º26.71%63.14%-
XYZ27.352335.35-
YUV135.42140.75146.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 158 (62.11% from 255) = 36.16%
R=36.84%
G=27.00%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111815800.270.020.37304.1918.6154.71
HexA1769E01B2251301337
Octal2411662360332454602367
Binary101000011110110100111100110111010010110011000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1769E; }

 p { color: rgb(161,118,158); }

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

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

 a { background-color: rgb(161,118,158); }

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

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

 span { border-color: rgb(161,118,158); }

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