#A4419E

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

Shades of Violet Blue #A4419E

Tints of Violet Blue #A4419E

Color information

#A4419E (or 0xA4419E) is unknown color: approx Violet Blue. HEX triplet: A4, 41 and 9E. RGB value is (164,65,158). Sum of RGB (Red+Green+Blue) = 164+65+158=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4419E is #5BBE61. Grayscale: #686868. Windows color (decimal): -6012514 or 10371492. OLE color: 10371492.

HSL color Cylindrical-coordinate representation of color #A4419E: hue angle of 303.64º 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 #A4419E is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16465158-
CMYK00.600.040.36
HSL303.64º43.23%44.9%-
HSV(B)303.64º60.37%64.31%-
XYZ23.3714.1433.85-
YUV105.2157.8169.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=42.38%
G=16.80%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646515800.600.040.36303.6443.2344.9
HexA4419E03C4241302b2d
Octal2441012360744444605355
Binary101001001000001100111100111100100100100100110000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4419E; }

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

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

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

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

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

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

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

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