Html Css Color HEX #AE327A Medium Red Violet

📋 copy color: '#AE327A'

red 174 ◦ green 50 ◦ blue 122

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

Shades of Medium Red Violet #AE327A

Tints of Medium Red Violet #AE327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 50.29%
G = 14.45%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE327A (or 0xAE327A) is known color: Medium Red Violet. HEX triplet: AE, 32 and 7A. RGB value is (174,50,122). Sum of RGB (Red+Green+Blue) = 174+50+122=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE327A is #51CD85. Grayscale: #5F5F5F. Windows color (decimal): -5361030 or 8008366. OLE color: 8008366.

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

Color convert

RGB 174 50 122 -
CMYK 0 0.71 0.30 0.32
HSL 325.16º 0.55% 0.44% -
HSV(B) 325.16º 0.71% 0.68% -
XYZ 22.11 12.69 19.7 -
YUV 95.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 174 50 122 0 0.71 0.30 0.32 325.16 0.55 0.44
Hex AE 32 7A 0 47 1E 20 145 37 2C
Octal 256 62 172 0 107 36 40 505 67 54
Binary 10101110 110010 1111010 0 1000111 11110 100000 101000101 110111 101100

Color Harmonies of #AE327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE327A

Black with #AE327A

Text Example


Text Example

White with #AE327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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