#A2278D

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

Shades of Medium Red Violet #A2278D

Tints of Medium Red Violet #A2278D

Color information

#A2278D (or 0xA2278D) is unknown color: approx Medium Red Violet. HEX triplet: A2, 27 and 8D. RGB value is (162,39,141). Sum of RGB (Red+Green+Blue) = 162+39+141=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2278D is #5DD872. Grayscale: #575757. Windows color (decimal): -6150259 or 9250722. OLE color: 9250722.

HSL color Cylindrical-coordinate representation of color #A2278D: hue angle of 310.24º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2278D is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16239141-
CMYK00.760.130.36
HSL310.24º61.19%39.41%-
HSV(B)310.24º75.93%63.53%-
XYZ20.4311.0626.26-
YUV87.4158.25181.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 39 (15.62% from 255) = 11.40%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=47.37%
G=11.40%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623914100.760.130.36310.2461.1939.41
HexA2278D04CD241363d27
Octal24247215011415444667547
Binary1010001010011110001101010011001101100100100110110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2278D; }

 p { color: rgb(162,39,141); }

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

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

 a { background-color: rgb(162,39,141); }

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

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

 span { border-color: rgb(162,39,141); }

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