#a62276

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

Shades of Medium Red Violet #A62276

Tints of Medium Red Violet #A62276

Color information

#A62276 (or 0xA62276) is unknown color: approx Medium Red Violet. HEX triplet: A6, 22 and 76. RGB value is (166,34,118). Sum of RGB (Red+Green+Blue) = 166+34+118=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A62276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62276 is #59DD89. Grayscale: #525252. Windows color (decimal): -5889418 or 7742118. OLE color: 7742118.

HSL color Cylindrical-coordinate representation of color #A62276: hue angle of 321.82º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62276 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16634118-
CMYK00.800.290.35
HSL321.82º66%39.22%-
HSV(B)321.82º79.52%65.1%-
XYZ19.5710.5618.15-
YUV83.04147.73187.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.20%
GREEN value IS 34 (13.67% from 255) = 10.69%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=52.20%
G=10.69%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663411800.800.290.35321.826639.22
HexA622760501D231424227
Octal246421660120354350210247
Binary10100110100010111011001010000111011000111010000101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a62276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a62276; }

 p { color: rgb(166,34,118); }

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

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

 a { background-color: rgb(166,34,118); }

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

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

 span { border-color: rgb(166,34,118); }

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