#A4399E

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

Shades of Violet Blue #A4399E

Tints of Violet Blue #A4399E

Color information

#A4399E (or 0xA4399E) is unknown color: approx Violet Blue. HEX triplet: A4, 39 and 9E. RGB value is (164,57,158). Sum of RGB (Red+Green+Blue) = 164+57+158=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A4399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4399E is #5BC661. Grayscale: #646464. Windows color (decimal): -6014562 or 10369444. OLE color: 10369444.

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

Color convert

RGB16457158-
CMYK00.650.040.36
HSL303.36º48.42%43.33%-
HSV(B)303.36º65.24%64.31%-
XYZ22.9413.2933.7-
YUV100.51160.45173.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 57 (22.66% from 255) = 15.04%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=43.27%
G=15.04%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645715800.650.040.36303.3648.4243.33
HexA4399E04142412f302b
Octal2447123601014444576053
Binary101001001110011001111001000001100100100100101111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4399E; }

 p { color: rgb(164,57,158); }

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

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

 a { background-color: rgb(164,57,158); }

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

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

 span { border-color: rgb(164,57,158); }

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