#A44182

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

Shades of Medium Red Violet #A44182

Tints of Medium Red Violet #A44182

Color information

#A44182 (or 0xA44182) is unknown color: approx Medium Red Violet. HEX triplet: A4, 41 and 82. RGB value is (164,65,130). Sum of RGB (Red+Green+Blue) = 164+65+130=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A44182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44182 is #5BBE7D. Grayscale: #656565. Windows color (decimal): -6012542 or 8536484. OLE color: 8536484.

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

Color convert

RGB16465130-
CMYK00.600.210.36
HSL320.61º43.23%44.9%-
HSV(B)320.61º60.37%64.31%-
XYZ21.2313.2822.56-
YUV102.01143.8172.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=45.68%
G=18.11%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646513000.600.210.36320.6143.2344.9
HexA4418203C15241412b2d
Octal24410120207425445015355
Binary10100100100000110000010011110010101100100101000001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44182; }

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

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

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

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

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

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

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

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