#AE3275

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

Shades of Medium Red Violet #AE3275

Tints of Medium Red Violet #AE3275

Color information

#AE3275 (or 0xAE3275) is unknown color: approx Medium Red Violet. HEX triplet: AE, 32 and 75. RGB value is (174,50,117). Sum of RGB (Red+Green+Blue) = 174+50+117=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3275 is #51CD8A. Grayscale: #5E5E5E. Windows color (decimal): -5361035 or 7680686. OLE color: 7680686.

HSL color Cylindrical-coordinate representation of color #AE3275: hue angle of 327.58º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3275 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB17450117-
CMYK00.710.330.32
HSL327.58º55.36%43.92%-
HSV(B)327.58º71.26%68.24%-
XYZ21.8112.5618.11-
YUV94.71140.58184.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 50 (19.92% from 255) = 14.66%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=51.03%
G=14.66%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745011700.710.330.32327.5855.3643.92
HexAE32750472120148372c
Octal25662165010741405106754
Binary10101110110010111010101000111100001100000101001000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3275; }

 p { color: rgb(174,50,117); }

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

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

 a { background-color: rgb(174,50,117); }

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

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

 span { border-color: rgb(174,50,117); }

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