Html Css Color HEX #AE058D Medium Violet Red

📋 copy color: '#AE058D'

red 174 ◦ green 5 ◦ blue 141

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

Shades of Medium Violet Red #AE058D

Tints of Medium Violet Red #AE058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.06%

R = 54.38%
G = 1.56%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE058D (or 0xAE058D) is known color: Medium Violet Red. HEX triplet: AE, 05 and 8D. RGB value is (174,5,141). Sum of RGB (Red+Green+Blue) = 174+5+141=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE058D is #51FA72. Grayscale: #464646. Windows color (decimal): -5372531 or 9242030. OLE color: 9242030.

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

Color convert

RGB 174 5 141 -
CMYK 0 0.97 0.19 0.32
HSL 311.72º 0.94% 0.35% -
HSV(B) 311.72º 0.97% 0.68% -
XYZ 22.32 11.03 26.15 -
YUV 71.04 167.49 201.44 -
System Red Green Blue C M Y K H S L
Decimal 174 5 141 0 0.97 0.19 0.32 311.72 0.94 0.35
Hex AE 5 8D 0 61 13 20 138 5E 23
Octal 256 5 215 0 141 23 40 470 136 43
Binary 10101110 101 10001101 0 1100001 10011 100000 100111000 1011110 100011

Color Harmonies of #AE058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE058D

Black with #AE058D

Text Example


Text Example

White with #AE058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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