#A2428A

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

Shades of Medium Red Violet #A2428A

Tints of Medium Red Violet #A2428A

Color information

#A2428A (or 0xA2428A) is unknown color: approx Medium Red Violet. HEX triplet: A2, 42 and 8A. RGB value is (162,66,138). Sum of RGB (Red+Green+Blue) = 162+66+138=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A2428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2428A is #5DBD75. Grayscale: #666666. Windows color (decimal): -6143350 or 9061026. OLE color: 9061026.

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

Color convert

RGB16266138-
CMYK00.590.150.36
HSL315º42.11%44.71%-
HSV(B)315º59.26%63.53%-
XYZ21.4413.4125.5-
YUV102.91147.8170.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 66 (26.17% from 255) = 18.03%
BLUE value IS 138 (54.30% from 255) = 37.70%
R=44.26%
G=18.03%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626613800.590.150.3631542.1144.71
HexA2428A03BF2413b2a2d
Octal24210221207317444735255
Binary1010001010000101000101001110111111100100100111011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2428A; }

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

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

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

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

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

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

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

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