#A43D90

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

Shades of Medium Red Violet #A43D90

Tints of Medium Red Violet #A43D90

Color information

#A43D90 (or 0xA43D90) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3D and 90. RGB value is (164,61,144). Sum of RGB (Red+Green+Blue) = 164+61+144=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D90 is #5BC26F. Grayscale: #656565. Windows color (decimal): -6013552 or 9452964. OLE color: 9452964.

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

Color convert

RGB16461144-
CMYK00.630.120.36
HSL311.65º45.78%44.12%-
HSV(B)311.65º62.8%64.31%-
XYZ22.0113.2427.78-
YUV101.26152.12172.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 61 (24.22% from 255) = 16.53%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=44.44%
G=16.53%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646114400.630.120.36311.6545.7844.12
HexA43D9003FC241382e2c
Octal2447522007714444705654
Binary101001001111011001000001111111100100100100111000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43D90; }

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

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

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

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

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

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

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

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