Html Css Color HEX #AE29AA Medium Red Violet

📋 copy color: '#AE29AA'

red 174 ◦ green 41 ◦ blue 170

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

Shades of Medium Red Violet #AE29AA

Tints of Medium Red Violet #AE29AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.65%

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 45.19%
G = 10.65%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE29AA (or 0xAE29AA) is known color: Medium Red Violet. HEX triplet: AE, 29 and AA. RGB value is (174,41,170). Sum of RGB (Red+Green+Blue) = 174+41+170=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE29AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE29AA is #51D655. Grayscale: #5F5F5F. Windows color (decimal): -5363286 or 11151790. OLE color: 11151790.

HSL color Cylindrical-coordinate representation of color #AE29AA: hue angle of 301.8º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE29AA is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 41 170 -
CMYK 0 0.76 0.02 0.32
HSL 301.8º 0.62% 0.42% -
HSV(B) 301.8º 0.76% 0.68% -
XYZ 25.5 13.49 39.29 -
YUV 95.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 174 41 170 0 0.76 0.02 0.32 301.8 0.62 0.42
Hex AE 29 AA 0 4C 2 20 12E 3E 2A
Octal 256 51 252 0 114 2 40 456 76 52
Binary 10101110 101001 10101010 0 1001100 10 100000 100101110 111110 101010

Color Harmonies of #AE29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE29AA

Black with #AE29AA

Text Example


Text Example

White with #AE29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE29AA; }

 p { color: rgb(174,41,170); }

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

background-color css

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

 a { background-color: rgb(174,41,170); }

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

border-color css

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

 span { border-color: rgb(174,41,170); }

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