#A4419F

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

Shades of Violet Blue #A4419F

Tints of Violet Blue #A4419F

Color information

#A4419F (or 0xA4419F) is unknown color: approx Violet Blue. HEX triplet: A4, 41 and 9F. RGB value is (164,65,159). Sum of RGB (Red+Green+Blue) = 164+65+159=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4419F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4419F is #5BBE60. Grayscale: #696969. Windows color (decimal): -6012513 or 10437028. OLE color: 10437028.

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

Color convert

RGB16465159-
CMYK00.600.030.36
HSL303.03º43.23%44.9%-
HSV(B)303.03º60.37%64.31%-
XYZ23.4614.1834.3-
YUV105.32158.3169.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 65 (25.78% from 255) = 16.75%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=42.27%
G=16.75%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646515900.600.030.36303.0343.2344.9
HexA4419F03C32412f2b2d
Octal2441012370743444575355
Binary10100100100000110011111011110011100100100101111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4419F; }

 p { color: rgb(164,65,159); }

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

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

 a { background-color: rgb(164,65,159); }

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

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

 span { border-color: rgb(164,65,159); }

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