Html Css Color HEX #AE137A Medium Violet Red

📋 copy color: '#AE137A'

red 174 ◦ green 19 ◦ blue 122

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

Shades of Medium Violet Red #AE137A

Tints of Medium Violet Red #AE137A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.03%

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

R = 55.24%
G = 6.03%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE137A (or 0xAE137A) is known color: Medium Violet Red. HEX triplet: AE, 13 and 7A. RGB value is (174,19,122). Sum of RGB (Red+Green+Blue) = 174+19+122=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE137A is #51EC85. Grayscale: #4C4C4C. Windows color (decimal): -5368966 or 8000430. OLE color: 8000430.

HSL color Cylindrical-coordinate representation of color #AE137A: hue angle of 320.13º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE137A is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 19 122 -
CMYK 0 0.89 0.30 0.32
HSL 320.13º 0.8% 0.38% -
HSV(B) 320.13º 0.89% 0.68% -
XYZ 21.2 10.87 19.39 -
YUV 77.09 153.35 197.12 -
System Red Green Blue C M Y K H S L
Decimal 174 19 122 0 0.89 0.30 0.32 320.13 0.8 0.38
Hex AE 13 7A 0 59 1E 20 140 50 26
Octal 256 23 172 0 131 36 40 500 120 46
Binary 10101110 10011 1111010 0 1011001 11110 100000 101000000 1010000 100110

Color Harmonies of #AE137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE137A

Black with #AE137A

Text Example


Text Example

White with #AE137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE137A; }

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

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

background-color css

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

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

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

border-color css

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

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

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