#A3379E

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

Shades of Violet Blue #A3379E

Tints of Violet Blue #A3379E

Color information

#A3379E (or 0xA3379E) is unknown color: approx Violet Blue. HEX triplet: A3, 37 and 9E. RGB value is (163,55,158). Sum of RGB (Red+Green+Blue) = 163+55+158=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A3379E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3379E is #5CC861. Grayscale: #626262. Windows color (decimal): -6080610 or 10368931. OLE color: 10368931.

HSL color Cylindrical-coordinate representation of color #A3379E: hue angle of 302.78º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3379E is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16355158-
CMYK00.660.030.36
HSL302.78º49.54%42.75%-
HSV(B)302.78º66.26%63.92%-
XYZ22.6412.9933.66-
YUV99.03161.28173.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 55 (21.88% from 255) = 14.63%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=43.35%
G=14.63%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635515800.660.030.36302.7849.5442.75
HexA3379E04232412f322b
Octal2436723601023444576253
Binary10100011110111100111100100001011100100100101111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3379E; }

 p { color: rgb(163,55,158); }

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

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

 a { background-color: rgb(163,55,158); }

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

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

 span { border-color: rgb(163,55,158); }

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