#A377A2

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

Shades of Violet Blue #A377A2

Tints of Violet Blue #A377A2

Color information

#A377A2 (or 0xA377A2) is unknown color: approx Violet Blue. HEX triplet: A3, 77 and A2. RGB value is (163,119,162). Sum of RGB (Red+Green+Blue) = 163+119+162=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 163 - color contains mainly: red. Hex color #A377A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A377A2 is #5C885D. Grayscale: #888888. Windows color (decimal): -6064222 or 10647459. OLE color: 10647459.

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

Color convert

RGB163119162-
CMYK00.270.010.36
HSL301.36º19.3%55.29%-
HSV(B)301.36º26.99%63.92%-
XYZ28.2223.5937.25-
YUV137.06142.08146.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.71%
GREEN value IS 119 (46.88% from 255) = 26.80%
BLUE value IS 162 (63.67% from 255) = 36.49%
R=36.71%
G=26.80%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311916200.270.010.36301.3619.355.29
HexA377A201B12412d1337
Octal2431672420331444552367
Binary10100011111011110100010011011110010010010110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377A2; }

 p { color: rgb(163,119,162); }

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

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

 a { background-color: rgb(163,119,162); }

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

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

 span { border-color: rgb(163,119,162); }

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