#AE35A6

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

Shades of Medium Red Violet #AE35A6

Tints of Medium Red Violet #AE35A6

Color information

#AE35A6 (or 0xAE35A6) is unknown color: approx Medium Red Violet. HEX triplet: AE, 35 and A6. RGB value is (174,53,166). Sum of RGB (Red+Green+Blue) = 174+53+166=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE35A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE35A6 is #51CA59. Grayscale: #656565. Windows color (decimal): -5360218 or 10892718. OLE color: 10892718.

HSL color Cylindrical-coordinate representation of color #AE35A6: hue angle of 303.97º 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 #AE35A6 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB17453166-
CMYK00.700.050.32
HSL303.97º53.3%44.51%-
HSV(B)303.97º69.54%68.24%-
XYZ25.6114.337.49-
YUV102.06164.09179.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 53 (21.09% from 255) = 13.49%
BLUE value IS 166 (65.23% from 255) = 42.24%
R=44.27%
G=13.49%
B=42.24%

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
Decimal1745316600.700.050.32303.9753.344.51
HexAE35A6046520130352d
Octal2566524601065404606555
Binary101011101101011010011001000110101100000100110000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE35A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE35A6; }

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

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

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

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

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

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

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

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