Html Css Color HEX #AE047E Medium Violet Red

📋 copy color: '#AE047E'

red 174 ◦ green 4 ◦ blue 126

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

Shades of Medium Violet Red #AE047E

Tints of Medium Violet Red #AE047E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 57.24%
G = 1.32%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE047E (or 0xAE047E) is known color: Medium Violet Red. HEX triplet: AE, 04 and 7E. RGB value is (174,4,126). Sum of RGB (Red+Green+Blue) = 174+4+126=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE047E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE047E is #51FB81. Grayscale: #444444. Windows color (decimal): -5372802 or 8258734. OLE color: 8258734.

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

Color convert

RGB 174 4 126 -
CMYK 0 0.98 0.28 0.32
HSL 316.94º 0.96% 0.35% -
HSV(B) 316.94º 0.98% 0.68% -
XYZ 21.26 10.59 20.66 -
YUV 68.74 160.32 203.08 -
System Red Green Blue C M Y K H S L
Decimal 174 4 126 0 0.98 0.28 0.32 316.94 0.96 0.35
Hex AE 4 7E 0 62 1C 20 13D 60 23
Octal 256 4 176 0 142 34 40 475 140 43
Binary 10101110 100 1111110 0 1100010 11100 100000 100111101 1100000 100011

Color Harmonies of #AE047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE047E

Black with #AE047E

Text Example


Text Example

White with #AE047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE047E; }

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

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

background-color css

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

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

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

border-color css

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

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

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