#A43D95

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

Shades of Medium Red Violet #A43D95

Tints of Medium Red Violet #A43D95

Color information

#A43D95 (or 0xA43D95) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3D and 95. RGB value is (164,61,149). Sum of RGB (Red+Green+Blue) = 164+61+149=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D95 is #5BC26A. Grayscale: #656565. Windows color (decimal): -6013547 or 9780644. OLE color: 9780644.

HSL color Cylindrical-coordinate representation of color #A43D95: hue angle of 308.74º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43D95 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16461149-
CMYK00.630.090.36
HSL308.74º45.78%44.12%-
HSV(B)308.74º62.8%64.31%-
XYZ22.413.429.84-
YUV101.83154.62172.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=43.85%
G=16.31%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646114900.630.090.36308.7445.7844.12
HexA43D9503F9241352e2c
Octal2447522507711444655654
Binary101001001111011001010101111111001100100100110101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43D95; }

 p { color: rgb(164,61,149); }

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

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

 a { background-color: rgb(164,61,149); }

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

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

 span { border-color: rgb(164,61,149); }

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