#A4369D

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

Shades of Violet Blue #A4369D

Tints of Violet Blue #A4369D

Color information

#A4369D (or 0xA4369D) is unknown color: approx Violet Blue. HEX triplet: A4, 36 and 9D. RGB value is (164,54,157). Sum of RGB (Red+Green+Blue) = 164+54+157=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4369D is #5BC962. Grayscale: #626262. Windows color (decimal): -6015331 or 10303140. OLE color: 10303140.

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

Color convert

RGB16454157-
CMYK00.670.040.36
HSL303.82º50.46%42.75%-
HSV(B)303.82º67.07%64.31%-
XYZ22.7112.9733.2-
YUV98.63160.94174.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 54 (21.48% from 255) = 14.4%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=43.73%
G=14.4%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645415700.670.040.36303.8250.4642.75
HexA4369D043424130322b
Octal2446623501034444606253
Binary101001001101101001110101000011100100100100110000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4369D; }

 p { color: rgb(164,54,157); }

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

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

 a { background-color: rgb(164,54,157); }

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

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

 span { border-color: rgb(164,54,157); }

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