#A5428C

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

Shades of Medium Red Violet #A5428C

Tints of Medium Red Violet #A5428C

Color information

#A5428C (or 0xA5428C) is unknown color: approx Medium Red Violet. HEX triplet: A5, 42 and 8C. RGB value is (165,66,140). Sum of RGB (Red+Green+Blue) = 165+66+140=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5428C is #5ABD73. Grayscale: #676767. Windows color (decimal): -5946740 or 9192101. OLE color: 9192101.

HSL color Cylindrical-coordinate representation of color #A5428C: hue angle of 315.15º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5428C is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB16566140-
CMYK00.600.150.35
HSL315.15º42.86%45.29%-
HSV(B)315.15º60%64.71%-
XYZ22.213.7926.3-
YUV104.04148.3171.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=44.47%
G=17.79%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656614000.600.150.35315.1542.8645.29
HexA5428C03CF2313b2b2d
Octal24510221407417434735355
Binary1010010110000101000110001111001111100011100111011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5428C; }

 p { color: rgb(165,66,140); }

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

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

 a { background-color: rgb(165,66,140); }

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

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

 span { border-color: rgb(165,66,140); }

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