#AE35A5

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

Shades of Medium Red Violet #AE35A5

Tints of Medium Red Violet #AE35A5

Color information

#AE35A5 (or 0xAE35A5) is unknown color: approx Medium Red Violet. HEX triplet: AE, 35 and A5. RGB value is (174,53,165). Sum of RGB (Red+Green+Blue) = 174+53+165=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE35A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE35A5 is #51CA5A. Grayscale: #656565. Windows color (decimal): -5360219 or 10827182. OLE color: 10827182.

HSL color Cylindrical-coordinate representation of color #AE35A5: hue angle of 304.46º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE35A5 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB17453165-
CMYK00.700.050.32
HSL304.46º53.3%44.51%-
HSV(B)304.46º69.54%68.24%-
XYZ25.5214.2637-
YUV101.95163.59179.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.39%
GREEN value IS 53 (21.09% from 255) = 13.52%
BLUE value IS 165 (64.84% from 255) = 42.09%
R=44.39%
G=13.52%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745316500.700.050.32304.4653.344.51
HexAE35A5046520130352d
Octal2566524501065404606555
Binary101011101101011010010101000110101100000100110000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE35A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE35A5; }

 p { color: rgb(174,53,165); }

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

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

 a { background-color: rgb(174,53,165); }

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

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

 span { border-color: rgb(174,53,165); }

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