#A22780

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

Shades of Medium Red Violet #A22780

Tints of Medium Red Violet #A22780

Color information

#A22780 (or 0xA22780) is unknown color: approx Medium Red Violet. HEX triplet: A2, 27 and 80. RGB value is (162,39,128). Sum of RGB (Red+Green+Blue) = 162+39+128=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A22780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22780 is #5DD87F. Grayscale: #555555. Windows color (decimal): -6150272 or 8398754. OLE color: 8398754.

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

Color convert

RGB16239128-
CMYK00.760.210.36
HSL316.59º61.19%39.41%-
HSV(B)316.59º75.93%63.53%-
XYZ19.5210.6921.46-
YUV85.92151.75182.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 39 (15.62% from 255) = 11.85%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=49.24%
G=11.85%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623912800.760.210.36316.5961.1939.41
HexA2278004C152413d3d27
Octal24247200011425444757547
Binary10100010100111100000000100110010101100100100111101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22780; }

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

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

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

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

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

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

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

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