#A4438D

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

Shades of Medium Red Violet #A4438D

Tints of Medium Red Violet #A4438D

Color information

#A4438D (or 0xA4438D) is unknown color: approx Medium Red Violet. HEX triplet: A4, 43 and 8D. RGB value is (164,67,141). Sum of RGB (Red+Green+Blue) = 164+67+141=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4438D is #5BBC72. Grayscale: #686868. Windows color (decimal): -6012019 or 9257892. OLE color: 9257892.

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

Color convert

RGB16467141-
CMYK00.590.140.36
HSL314.23º41.99%45.29%-
HSV(B)314.23º59.15%64.31%-
XYZ22.1213.8326.7-
YUV104.44148.64170.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 67 (26.56% from 255) = 18.01%
BLUE value IS 141 (55.47% from 255) = 37.90%
R=44.09%
G=18.01%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646714100.590.140.36314.2341.9945.29
HexA4438D03BE2413a2a2d
Octal24410321507316444725255
Binary1010010010000111000110101110111110100100100111010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4438D; }

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

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

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

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

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

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

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

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