Html Css Color HEX #AE299F Medium Red Violet

📋 copy color: '#AE299F'

red 174 ◦ green 41 ◦ blue 159

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

Shades of Medium Red Violet #AE299F

Tints of Medium Red Violet #AE299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 46.52%
G = 10.96%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE299F (or 0xAE299F) is known color: Medium Red Violet. HEX triplet: AE, 29 and 9F. RGB value is (174,41,159). Sum of RGB (Red+Green+Blue) = 174+41+159=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE299F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE299F is #51D660. Grayscale: #5D5D5D. Windows color (decimal): -5363297 or 10430894. OLE color: 10430894.

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

Color convert

RGB 174 41 159 -
CMYK 0 0.76 0.09 0.32
HSL 306.77º 0.62% 0.42% -
HSV(B) 306.77º 0.76% 0.68% -
XYZ 24.51 13.09 34.04 -
YUV 94.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 174 41 159 0 0.76 0.09 0.32 306.77 0.62 0.42
Hex AE 29 9F 0 4C 9 20 133 3E 2A
Octal 256 51 237 0 114 11 40 463 76 52
Binary 10101110 101001 10011111 0 1001100 1001 100000 100110011 111110 101010

Color Harmonies of #AE299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE299F

Black with #AE299F

Text Example


Text Example

White with #AE299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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