Html Css Color HEX #AE058A Medium Violet Red

📋 copy color: '#AE058A'

red 174 ◦ green 5 ◦ blue 138

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

Shades of Medium Violet Red #AE058A

Tints of Medium Violet Red #AE058A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 54.89%
G = 1.58%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE058A (or 0xAE058A) is known color: Medium Violet Red. HEX triplet: AE, 05 and 8A. RGB value is (174,5,138). Sum of RGB (Red+Green+Blue) = 174+5+138=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE058A is #51FA75. Grayscale: #464646. Windows color (decimal): -5372534 or 9045422. OLE color: 9045422.

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

Color convert

RGB 174 5 138 -
CMYK 0 0.97 0.21 0.32
HSL 312.78º 0.94% 0.35% -
HSV(B) 312.78º 0.97% 0.68% -
XYZ 22.1 10.94 24.99 -
YUV 70.69 165.99 201.69 -
System Red Green Blue C M Y K H S L
Decimal 174 5 138 0 0.97 0.21 0.32 312.78 0.94 0.35
Hex AE 5 8A 0 61 15 20 139 5E 23
Octal 256 5 212 0 141 25 40 471 136 43
Binary 10101110 101 10001010 0 1100001 10101 100000 100111001 1011110 100011

Color Harmonies of #AE058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE058A

Black with #AE058A

Text Example


Text Example

White with #AE058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE058A; }

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

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

background-color css

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

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

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

border-color css

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

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

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