Html Css Color HEX #AE328B Medium Red Violet

📋 copy color: '#AE328B'

red 174 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #AE328B

Tints of Medium Red Violet #AE328B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.77%

 BLUE value IS 139 (54.69% from 255) = 38.29%

R = 47.93%
G = 13.77%
B = 38.29%

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

#AE328B (or 0xAE328B) is known color: Medium Red Violet. HEX triplet: AE, 32 and 8B. RGB value is (174,50,139). Sum of RGB (Red+Green+Blue) = 174+50+139=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE328B is #51CD74. Grayscale: #606060. Windows color (decimal): -5361013 or 9122478. OLE color: 9122478.

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

Color convert

RGB 174 50 139 -
CMYK 0 0.71 0.20 0.32
HSL 316.94º 0.55% 0.44% -
HSV(B) 316.94º 0.71% 0.68% -
XYZ 23.26 13.14 25.74 -
YUV 97.22 151.58 182.76 -
System Red Green Blue C M Y K H S L
Decimal 174 50 139 0 0.71 0.20 0.32 316.94 0.55 0.44
Hex AE 32 8B 0 47 14 20 13D 37 2C
Octal 256 62 213 0 107 24 40 475 67 54
Binary 10101110 110010 10001011 0 1000111 10100 100000 100111101 110111 101100

Color Harmonies of #AE328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE328B

Black with #AE328B

Text Example


Text Example

White with #AE328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE328B; }

 p { color: rgb(174,50,139); }

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

background-color css

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

 a { background-color: rgb(174,50,139); }

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

border-color css

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

 span { border-color: rgb(174,50,139); }

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