#A5227E

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

Shades of Medium Red Violet #A5227E

Tints of Medium Red Violet #A5227E

Color information

#A5227E (or 0xA5227E) is unknown color: approx Medium Red Violet. HEX triplet: A5, 22 and 7E. RGB value is (165,34,126). Sum of RGB (Red+Green+Blue) = 165+34+126=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5227E is #5ADD81. Grayscale: #535353. Windows color (decimal): -5954946 or 8266405. OLE color: 8266405.

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

Color convert

RGB16534126-
CMYK00.790.240.35
HSL317.86º65.83%39.02%-
HSV(B)317.86º79.39%64.71%-
XYZ19.8510.6520.75-
YUV83.66151.9186.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 34 (13.67% from 255) = 10.46%
BLUE value IS 126 (49.61% from 255) = 38.77%
R=50.77%
G=10.46%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653412600.790.240.35317.8665.8339.02
HexA5227E04F182313e4227
Octal245421760117304347610247
Binary10100101100010111111001001111110001000111001111101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5227E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5227E; }

 p { color: rgb(165,34,126); }

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

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

 a { background-color: rgb(165,34,126); }

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

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

 span { border-color: rgb(165,34,126); }

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