#A4417E

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

Shades of Medium Red Violet #A4417E

Tints of Medium Red Violet #A4417E

Color information

#A4417E (or 0xA4417E) is unknown color: approx Medium Red Violet. HEX triplet: A4, 41 and 7E. RGB value is (164,65,126). Sum of RGB (Red+Green+Blue) = 164+65+126=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4417E is #5BBE81. Grayscale: #656565. Windows color (decimal): -6012546 or 8274340. OLE color: 8274340.

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

Color convert

RGB16465126-
CMYK00.600.230.36
HSL323.03º43.23%44.9%-
HSV(B)323.03º60.37%64.31%-
XYZ20.9713.1821.18-
YUV101.56141.8172.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=46.20%
G=18.31%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646512600.600.230.36323.0343.2344.9
HexA4417E03C17241432b2d
Octal24410117607427445035355
Binary1010010010000011111110011110010111100100101000011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4417E; }

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

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

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

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

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

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

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

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