#A6227C

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

Shades of Medium Red Violet #A6227C

Tints of Medium Red Violet #A6227C

Color information

#A6227C (or 0xA6227C) is unknown color: approx Medium Red Violet. HEX triplet: A6, 22 and 7C. RGB value is (166,34,124). Sum of RGB (Red+Green+Blue) = 166+34+124=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6227C is #59DD83. Grayscale: #535353. Windows color (decimal): -5889412 or 8135334. OLE color: 8135334.

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

Color convert

RGB16634124-
CMYK00.800.250.35
HSL319.09º66%39.22%-
HSV(B)319.09º79.52%65.1%-
XYZ19.9410.7120.08-
YUV83.73150.73186.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.23%
GREEN value IS 34 (13.67% from 255) = 10.49%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=51.23%
G=10.49%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663412400.800.250.35319.096639.22
HexA6227C050192313f4227
Octal246421740120314347710247
Binary10100110100010111110001010000110011000111001111111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6227C; }

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

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

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

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

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

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

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

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