#A379A2

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

Shades of Violet Blue #A379A2

Tints of Violet Blue #A379A2

Color information

#A379A2 (or 0xA379A2) is unknown color: approx Violet Blue. HEX triplet: A3, 79 and A2. RGB value is (163,121,162). Sum of RGB (Red+Green+Blue) = 163+121+162=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A379A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A379A2 is #5C865D. Grayscale: #8A8A8A. Windows color (decimal): -6063710 or 10647971. OLE color: 10647971.

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

Color convert

RGB163121162-
CMYK00.260.010.36
HSL301.43º18.58%55.69%-
HSV(B)301.43º25.77%63.92%-
XYZ28.4624.0737.33-
YUV138.23141.41145.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 162 (63.67% from 255) = 36.32%
R=36.55%
G=27.13%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312116200.260.010.36301.4318.5855.69
HexA379A201A12412d1338
Octal2431712420321444552370
Binary10100011111100110100010011010110010010010110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A379A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A379A2; }

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

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

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

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

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

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

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

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