#A5438A

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

Shades of Medium Red Violet #A5438A

Tints of Medium Red Violet #A5438A

Color information

#A5438A (or 0xA5438A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 43 and 8A. RGB value is (165,67,138). Sum of RGB (Red+Green+Blue) = 165+67+138=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A5438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5438A is #5ABC75. Grayscale: #686868. Windows color (decimal): -5946486 or 9061285. OLE color: 9061285.

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

Color convert

RGB16567138-
CMYK00.590.160.35
HSL316.53º42.24%45.49%-
HSV(B)316.53º59.39%64.71%-
XYZ22.1113.8525.55-
YUV104.4146.97171.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 67 (26.56% from 255) = 18.11%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=44.59%
G=18.11%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656713800.590.160.35316.5342.2445.49
HexA5438A03B102313d2a2d
Octal24510321207320434755255
Binary10100101100001110001010011101110000100011100111101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5438A; }

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

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

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

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

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

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

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

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