Html Css Color HEX #AE2091 Medium Red Violet

📋 copy color: '#AE2091'

red 174 ◦ green 32 ◦ blue 145

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

Shades of Medium Red Violet #AE2091

Tints of Medium Red Violet #AE2091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.12%

 BLUE value IS 145 (57.03% from 255) = 41.31%

R = 49.57%
G = 9.12%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE2091 (or 0xAE2091) is known color: Medium Red Violet. HEX triplet: AE, 20 and 91. RGB value is (174,32,145). Sum of RGB (Red+Green+Blue) = 174+32+145=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2091 is #51DF6E. Grayscale: #575757. Windows color (decimal): -5365615 or 9511086. OLE color: 9511086.

HSL color Cylindrical-coordinate representation of color #AE2091: hue angle of 312.25º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2091 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 32 145 -
CMYK 0 0.82 0.17 0.32
HSL 312.25º 0.69% 0.4% -
HSV(B) 312.25º 0.82% 0.68% -
XYZ 23.08 12.08 27.9 -
YUV 87.34 160.54 189.81 -
System Red Green Blue C M Y K H S L
Decimal 174 32 145 0 0.82 0.17 0.32 312.25 0.69 0.4
Hex AE 20 91 0 52 11 20 138 45 28
Octal 256 40 221 0 122 21 40 470 105 50
Binary 10101110 100000 10010001 0 1010010 10001 100000 100111000 1000101 101000

Color Harmonies of #AE2091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2091

Black with #AE2091

Text Example


Text Example

White with #AE2091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2091; }

 p { color: rgb(174,32,145); }

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

background-color css

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

 a { background-color: rgb(174,32,145); }

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

border-color css

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

 span { border-color: rgb(174,32,145); }

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