Html Css Color HEX #AE338C Medium Red Violet

📋 copy color: '#AE338C'

red 174 ◦ green 51 ◦ blue 140

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

Shades of Medium Red Violet #AE338C

Tints of Medium Red Violet #AE338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.36%

R = 47.67%
G = 13.97%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE338C (or 0xAE338C) is known color: Medium Red Violet. HEX triplet: AE, 33 and 8C. RGB value is (174,51,140). Sum of RGB (Red+Green+Blue) = 174+51+140=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE338C is #51CC73. Grayscale: #616161. Windows color (decimal): -5360756 or 9188270. OLE color: 9188270.

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

Color convert

RGB 174 51 140 -
CMYK 0 0.71 0.20 0.32
HSL 316.59º 0.55% 0.44% -
HSV(B) 316.59º 0.71% 0.68% -
XYZ 23.37 13.26 26.14 -
YUV 97.92 151.75 182.26 -
System Red Green Blue C M Y K H S L
Decimal 174 51 140 0 0.71 0.20 0.32 316.59 0.55 0.44
Hex AE 33 8C 0 47 14 20 13D 37 2C
Octal 256 63 214 0 107 24 40 475 67 54
Binary 10101110 110011 10001100 0 1000111 10100 100000 100111101 110111 101100

Color Harmonies of #AE338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE338C

Black with #AE338C

Text Example


Text Example

White with #AE338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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