#A5428A

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

Shades of Medium Red Violet #A5428A

Tints of Medium Red Violet #A5428A

Color information

#A5428A (or 0xA5428A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 42 and 8A. RGB value is (165,66,138). Sum of RGB (Red+Green+Blue) = 165+66+138=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A5428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5428A is #5ABD75. Grayscale: #676767. Windows color (decimal): -5946742 or 9061029. OLE color: 9061029.

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

Color convert

RGB16566138-
CMYK00.600.160.35
HSL316.36º42.86%45.29%-
HSV(B)316.36º60%64.71%-
XYZ22.0513.7325.53-
YUV103.81147.3171.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 66 (26.17% from 255) = 17.89%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=44.72%
G=17.89%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656613800.600.160.35316.3642.8645.29
HexA5428A03C102313c2b2d
Octal24510221207420434745355
Binary10100101100001010001010011110010000100011100111100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5428A; }

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

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

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

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

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

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

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

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