Html Css Color HEX #AE338E Medium Red Violet

📋 copy color: '#AE338E'

red 174 ◦ green 51 ◦ blue 142

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

Shades of Medium Red Violet #AE338E

Tints of Medium Red Violet #AE338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.9%

 BLUE value IS 142 (55.86% from 255) = 38.69%

R = 47.41%
G = 13.9%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE338E (or 0xAE338E) is known color: Medium Red Violet. HEX triplet: AE, 33 and 8E. RGB value is (174,51,142). Sum of RGB (Red+Green+Blue) = 174+51+142=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE338E is #51CC71. Grayscale: #616161. Windows color (decimal): -5360754 or 9319342. OLE color: 9319342.

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

Color convert

RGB 174 51 142 -
CMYK 0 0.71 0.18 0.32
HSL 315.61º 0.55% 0.44% -
HSV(B) 315.61º 0.71% 0.68% -
XYZ 23.52 13.32 26.92 -
YUV 98.15 152.75 182.1 -
System Red Green Blue C M Y K H S L
Decimal 174 51 142 0 0.71 0.18 0.32 315.61 0.55 0.44
Hex AE 33 8E 0 47 12 20 13C 37 2C
Octal 256 63 216 0 107 22 40 474 67 54
Binary 10101110 110011 10001110 0 1000111 10010 100000 100111100 110111 101100

Color Harmonies of #AE338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE338E

Black with #AE338E

Text Example


Text Example

White with #AE338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE338E; }

 p { color: rgb(174,51,142); }

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

background-color css

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

 a { background-color: rgb(174,51,142); }

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

border-color css

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

 span { border-color: rgb(174,51,142); }

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