Html Css Color HEX #AE297A Medium Red Violet

📋 copy color: '#AE297A'

red 174 ◦ green 41 ◦ blue 122

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

Shades of Medium Red Violet #AE297A

Tints of Medium Red Violet #AE297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.2%

R = 51.63%
G = 12.17%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE297A (or 0xAE297A) is known color: Medium Red Violet. HEX triplet: AE, 29 and 7A. RGB value is (174,41,122). Sum of RGB (Red+Green+Blue) = 174+41+122=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE297A is #51D685. Grayscale: #595959. Windows color (decimal): -5363334 or 8006062. OLE color: 8006062.

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

Color convert

RGB 174 41 122 -
CMYK 0 0.76 0.30 0.32
HSL 323.46º 0.62% 0.42% -
HSV(B) 323.46º 0.76% 0.68% -
XYZ 21.76 11.99 19.58 -
YUV 90 146.06 187.91 -
System Red Green Blue C M Y K H S L
Decimal 174 41 122 0 0.76 0.30 0.32 323.46 0.62 0.42
Hex AE 29 7A 0 4C 1E 20 143 3E 2A
Octal 256 51 172 0 114 36 40 503 76 52
Binary 10101110 101001 1111010 0 1001100 11110 100000 101000011 111110 101010

Color Harmonies of #AE297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE297A

Black with #AE297A

Text Example


Text Example

White with #AE297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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