#A2277A

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

Shades of Medium Red Violet #A2277A

Tints of Medium Red Violet #A2277A

Color information

#A2277A (or 0xA2277A) is unknown color: approx Medium Red Violet. HEX triplet: A2, 27 and 7A. RGB value is (162,39,122). Sum of RGB (Red+Green+Blue) = 162+39+122=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2277A is #5DD885. Grayscale: #555555. Windows color (decimal): -6150278 or 8005538. OLE color: 8005538.

HSL color Cylindrical-coordinate representation of color #A2277A: hue angle of 319.51º 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 #A2277A is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16239122-
CMYK00.760.250.36
HSL319.51º61.19%39.41%-
HSV(B)319.51º75.93%63.53%-
XYZ19.1410.5419.44-
YUV85.24148.75182.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.15%
GREEN value IS 39 (15.62% from 255) = 12.07%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=50.15%
G=12.07%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623912200.760.250.36319.5161.1939.41
HexA2277A04C19241403d27
Octal24247172011431445007547
Binary1010001010011111110100100110011001100100101000000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2277A; }

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

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

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

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

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

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

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

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