#A377A0

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

Shades of Violet Blue #A377A0

Tints of Violet Blue #A377A0

Color information

#A377A0 (or 0xA377A0) is unknown color: approx Violet Blue. HEX triplet: A3, 77 and A0. RGB value is (163,119,160). Sum of RGB (Red+Green+Blue) = 163+119+160=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 163 - color contains mainly: red. Hex color #A377A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A377A0 is #5C885F. Grayscale: #888888. Windows color (decimal): -6064224 or 10516387. OLE color: 10516387.

HSL color Cylindrical-coordinate representation of color #A377A0: hue angle of 304.09º 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 #A377A0 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB163119160-
CMYK00.270.020.36
HSL304.09º19.3%55.29%-
HSV(B)304.09º26.99%63.92%-
XYZ28.0523.5236.32-
YUV136.83141.08146.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 119 (46.88% from 255) = 26.92%
BLUE value IS 160 (62.89% from 255) = 36.20%
R=36.88%
G=26.92%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311916000.270.020.36304.0919.355.29
HexA377A001B2241301337
Octal2431672400332444602367
Binary101000111110111101000000110111010010010011000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377A0; }

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

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

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

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

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

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

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

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