#A177A0

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

Shades of Violet Blue #A177A0

Tints of Violet Blue #A177A0

Color information

#A177A0 (or 0xA177A0) is unknown color: approx Violet Blue. HEX triplet: A1, 77 and A0. RGB value is (161,119,160). Sum of RGB (Red+Green+Blue) = 161+119+160=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A177A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A177A0 is #5E885F. Grayscale: #888888. Windows color (decimal): -6195296 or 10516385. OLE color: 10516385.

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

Color convert

RGB161119160-
CMYK00.260.010.37
HSL301.43º18.26%54.9%-
HSV(B)301.43º26.09%63.14%-
XYZ27.6423.3136.3-
YUV136.23141.41145.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=36.59%
G=27.05%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111916000.260.010.37301.4318.2654.9
HexA177A001A12512d1237
Octal2411672400321454552267
Binary10100001111011110100000011010110010110010110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A177A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A177A0; }

 p { color: rgb(161,119,160); }

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

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

 a { background-color: rgb(161,119,160); }

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

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

 span { border-color: rgb(161,119,160); }

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