Html Css Color HEX #AE048C Medium Violet Red

📋 copy color: '#AE048C'

red 174 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #AE048C

Tints of Medium Violet Red #AE048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.03%

R = 54.72%
G = 1.26%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE048C (or 0xAE048C) is known color: Medium Violet Red. HEX triplet: AE, 04 and 8C. RGB value is (174,4,140). Sum of RGB (Red+Green+Blue) = 174+4+140=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE048C is #51FB73. Grayscale: #454545. Windows color (decimal): -5372788 or 9176238. OLE color: 9176238.

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

Color convert

RGB 174 4 140 -
CMYK 0 0.98 0.20 0.32
HSL 312º 0.96% 0.35% -
HSV(B) 312º 0.98% 0.68% -
XYZ 22.23 10.98 25.76 -
YUV 70.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 174 4 140 0 0.98 0.20 0.32 312 0.96 0.35
Hex AE 4 8C 0 62 14 20 138 60 23
Octal 256 4 214 0 142 24 40 470 140 43
Binary 10101110 100 10001100 0 1100010 10100 100000 100111000 1100000 100011

Color Harmonies of #AE048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE048C

Black with #AE048C

Text Example


Text Example

White with #AE048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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