#A54381

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

Shades of Medium Red Violet #A54381

Tints of Medium Red Violet #A54381

Color information

#A54381 (or 0xA54381) is unknown color: approx Medium Red Violet. HEX triplet: A5, 43 and 81. RGB value is (165,67,129). Sum of RGB (Red+Green+Blue) = 165+67+129=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A54381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54381 is #5ABC7E. Grayscale: #676767. Windows color (decimal): -5946495 or 8471461. OLE color: 8471461.

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

Color convert

RGB16567129-
CMYK00.590.220.35
HSL322.04º42.24%45.49%-
HSV(B)322.04º59.39%64.71%-
XYZ21.4913.622.26-
YUV103.37142.47171.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 67 (26.56% from 255) = 18.56%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=45.71%
G=18.56%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656712900.590.220.35322.0442.2445.49
HexA5438103B16231422a2d
Octal24510320107326435025255
Binary10100101100001110000001011101110110100011101000010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54381; }

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

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

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

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

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

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

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

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