#A4438A

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

Shades of Medium Red Violet #A4438A

Tints of Medium Red Violet #A4438A

Color information

#A4438A (or 0xA4438A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 43 and 8A. RGB value is (164,67,138). Sum of RGB (Red+Green+Blue) = 164+67+138=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A4438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4438A is #5BBC75. Grayscale: #676767. Windows color (decimal): -6012022 or 9061284. OLE color: 9061284.

HSL color Cylindrical-coordinate representation of color #A4438A: hue angle of 316.08º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4438A is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB16467138-
CMYK00.590.160.36
HSL316.08º41.99%45.29%-
HSV(B)316.08º59.15%64.31%-
XYZ21.913.7425.54-
YUV104.1147.14170.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 67 (26.56% from 255) = 18.16%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=44.44%
G=18.16%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646713800.590.160.36316.0841.9945.29
HexA4438A03B102413c2a2d
Octal24410321207320444745255
Binary10100100100001110001010011101110000100100100111100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4438A; }

 p { color: rgb(164,67,138); }

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

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

 a { background-color: rgb(164,67,138); }

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

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

 span { border-color: rgb(164,67,138); }

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