#AE2270

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

Shades of Medium Red Violet #AE2270

Tints of Medium Red Violet #AE2270

Color information

#AE2270 (or 0xAE2270) is unknown color: approx Medium Red Violet. HEX triplet: AE, 22 and 70. RGB value is (174,34,112). Sum of RGB (Red+Green+Blue) = 174+34+112=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2270 is #51DD8F. Grayscale: #545454. Windows color (decimal): -5365136 or 7348910. OLE color: 7348910.

HSL color Cylindrical-coordinate representation of color #AE2270: hue angle of 326.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2270 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB17434112-
CMYK00.800.360.32
HSL326.57º67.31%40.78%-
HSV(B)326.57º80.46%68.24%-
XYZ20.9511.3116.41-
YUV84.75143.38191.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.38%
GREEN value IS 34 (13.67% from 255) = 10.62%
BLUE value IS 112 (44.14% from 255) = 35%
R=54.38%
G=10.62%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743411200.800.360.32326.5767.3140.78
HexAE227005024201474329
Octal256421600120444050710351
Binary101011101000101110000010100001001001000001010001111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2270; }

 p { color: rgb(174,34,112); }

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

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

 a { background-color: rgb(174,34,112); }

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

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

 span { border-color: rgb(174,34,112); }

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