#a3479d

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

Shades of Violet Blue #A3479D

Tints of Violet Blue #A3479D

Color information

#A3479D (or 0xA3479D) is unknown color: approx Violet Blue. HEX triplet: A3, 47 and 9D. RGB value is (163,71,157). Sum of RGB (Red+Green+Blue) = 163+71+157=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A3479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3479D is #5CB862. Grayscale: #6C6C6C. Windows color (decimal): -6076515 or 10307491. OLE color: 10307491.

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

Color convert

RGB16371157-
CMYK00.560.040.36
HSL303.91º39.32%45.88%-
HSV(B)303.91º56.44%63.92%-
XYZ23.4414.7333.51-
YUV108.31155.48167.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 71 (28.12% from 255) = 18.16%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=41.69%
G=18.16%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637115700.560.040.36303.9139.3245.88
HexA3479D038424130272e
Octal2431072350704444604756
Binary101000111000111100111010111000100100100100110000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3479d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3479d; }

 p { color: rgb(163,71,157); }

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

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

 a { background-color: rgb(163,71,157); }

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

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

 span { border-color: rgb(163,71,157); }

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