#A44381

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

Shades of Medium Red Violet #A44381

Tints of Medium Red Violet #A44381

Color information

#A44381 (or 0xA44381) is unknown color: approx Medium Red Violet. HEX triplet: A4, 43 and 81. RGB value is (164,67,129). Sum of RGB (Red+Green+Blue) = 164+67+129=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A44381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44381 is #5BBC7E. Grayscale: #666666. Windows color (decimal): -6012031 or 8471460. OLE color: 8471460.

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

Color convert

RGB16467129-
CMYK00.590.210.36
HSL321.65º41.99%45.29%-
HSV(B)321.65º59.15%64.31%-
XYZ21.2813.4922.25-
YUV103.07142.64171.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 67 (26.56% from 255) = 18.61%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=45.56%
G=18.61%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646712900.590.210.36321.6541.9945.29
HexA4438103B15241422a2d
Octal24410320107325445025255
Binary10100100100001110000001011101110101100100101000010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44381; }

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

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

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

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

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

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

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

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