Html Css Color HEX #AE358D Medium Red Violet

📋 copy color: '#AE358D'

red 174 ◦ green 53 ◦ blue 141

#AE358D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #AE358D

Tints of Medium Red Violet #AE358D

RGB

 RED value IS 174 (68.36% from 255) = 47.28%

 GREEN value IS 53 (21.09% from 255) = 14.4%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 47.28%
G = 14.4%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE358D (or 0xAE358D) is known color: Medium Red Violet. HEX triplet: AE, 35 and 8D. RGB value is (174,53,141). Sum of RGB (Red+Green+Blue) = 174+53+141=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE358D is #51CA72. Grayscale: #626262. Windows color (decimal): -5360243 or 9254318. OLE color: 9254318.

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

Color convert

RGB 174 53 141 -
CMYK 0 0.70 0.19 0.32
HSL 316.36º 0.53% 0.45% -
HSV(B) 316.36º 0.7% 0.68% -
XYZ 23.54 13.47 26.56 -
YUV 99.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 174 53 141 0 0.70 0.19 0.32 316.36 0.53 0.45
Hex AE 35 8D 0 46 13 20 13C 35 2D
Octal 256 65 215 0 106 23 40 474 65 55
Binary 10101110 110101 10001101 0 1000110 10011 100000 100111100 110101 101101

Color Harmonies of #AE358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE358D

Black with #AE358D

Text Example


Text Example

White with #AE358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE358D; }

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

 H1.HeaderClassName
 {
   color: #AE358D;
 }
 .AnyTagClassName
 {
   color: #AE358D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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