Html Css Color HEX #AE048A Medium Violet Red

📋 copy color: '#AE048A'

red 174 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #AE048A

Tints of Medium Violet Red #AE048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 55.06%
G = 1.27%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE048A (or 0xAE048A) is known color: Medium Violet Red. HEX triplet: AE, 04 and 8A. RGB value is (174,4,138). Sum of RGB (Red+Green+Blue) = 174+4+138=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE048A is #51FB75. Grayscale: #454545. Windows color (decimal): -5372790 or 9045166. OLE color: 9045166.

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

Color convert

RGB 174 4 138 -
CMYK 0 0.98 0.21 0.32
HSL 312.71º 0.96% 0.35% -
HSV(B) 312.71º 0.98% 0.68% -
XYZ 22.09 10.92 24.99 -
YUV 70.11 166.32 202.1 -
System Red Green Blue C M Y K H S L
Decimal 174 4 138 0 0.98 0.21 0.32 312.71 0.96 0.35
Hex AE 4 8A 0 62 15 20 139 60 23
Octal 256 4 212 0 142 25 40 471 140 43
Binary 10101110 100 10001010 0 1100010 10101 100000 100111001 1100000 100011

Color Harmonies of #AE048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE048A

Black with #AE048A

Text Example


Text Example

White with #AE048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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