Html Css Color HEX #AE2E7E Medium Red Violet

📋 copy color: '#AE2E7E'

red 174 ◦ green 46 ◦ blue 126

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

Shades of Medium Red Violet #AE2E7E

Tints of Medium Red Violet #AE2E7E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.29%

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 50.29%
G = 13.29%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE2E7E (or 0xAE2E7E) is known color: Medium Red Violet. HEX triplet: AE, 2E and 7E. RGB value is (174,46,126). Sum of RGB (Red+Green+Blue) = 174+46+126=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2E7E is #51D181. Grayscale: #5D5D5D. Windows color (decimal): -5362050 or 8269486. OLE color: 8269486.

HSL color Cylindrical-coordinate representation of color #AE2E7E: hue angle of 322.5º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE2E7E is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 46 126 -
CMYK 0 0.74 0.28 0.32
HSL 322.5º 0.58% 0.43% -
HSV(B) 322.5º 0.74% 0.68% -
XYZ 22.2 12.46 20.97 -
YUV 93.39 146.41 185.5 -
System Red Green Blue C M Y K H S L
Decimal 174 46 126 0 0.74 0.28 0.32 322.5 0.58 0.43
Hex AE 2E 7E 0 4A 1C 20 142 3A 2B
Octal 256 56 176 0 112 34 40 502 72 53
Binary 10101110 101110 1111110 0 1001010 11100 100000 101000010 111010 101011

Color Harmonies of #AE2E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2E7E

Black with #AE2E7E

Text Example


Text Example

White with #AE2E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2E7E; }

 p { color: rgb(174,46,126); }

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

background-color css

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

 a { background-color: rgb(174,46,126); }

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

border-color css

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

 span { border-color: rgb(174,46,126); }

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