#A3428A

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

Shades of Medium Red Violet #A3428A

Tints of Medium Red Violet #A3428A

Color information

#A3428A (or 0xA3428A) is unknown color: approx Medium Red Violet. HEX triplet: A3, 42 and 8A. RGB value is (163,66,138). Sum of RGB (Red+Green+Blue) = 163+66+138=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A3428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3428A is #5CBD75. Grayscale: #676767. Windows color (decimal): -6077814 or 9061027. OLE color: 9061027.

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

Color convert

RGB16366138-
CMYK00.600.150.36
HSL315.46º42.36%44.9%-
HSV(B)315.46º59.51%63.92%-
XYZ21.6413.5225.51-
YUV103.21147.64170.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.41%
GREEN value IS 66 (26.17% from 255) = 17.98%
BLUE value IS 138 (54.30% from 255) = 37.60%
R=44.41%
G=17.98%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636613800.600.150.36315.4642.3644.9
HexA3428A03CF2413b2a2d
Octal24310221207417444735255
Binary1010001110000101000101001111001111100100100111011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3428A; }

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

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

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

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

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

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

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

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