Html Css Color HEX #AE2092 Medium Red Violet

📋 copy color: '#AE2092'

red 174 ◦ green 32 ◦ blue 146

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

Shades of Medium Red Violet #AE2092

Tints of Medium Red Violet #AE2092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.48%

R = 49.43%
G = 9.09%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE2092 (or 0xAE2092) is known color: Medium Red Violet. HEX triplet: AE, 20 and 92. RGB value is (174,32,146). Sum of RGB (Red+Green+Blue) = 174+32+146=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2092 is #51DF6D. Grayscale: #575757. Windows color (decimal): -5365614 or 9576622. OLE color: 9576622.

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

Color convert

RGB 174 32 146 -
CMYK 0 0.82 0.16 0.32
HSL 311.83º 0.69% 0.4% -
HSV(B) 311.83º 0.82% 0.68% -
XYZ 23.16 12.11 28.31 -
YUV 87.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 174 32 146 0 0.82 0.16 0.32 311.83 0.69 0.4
Hex AE 20 92 0 52 10 20 138 45 28
Octal 256 40 222 0 122 20 40 470 105 50
Binary 10101110 100000 10010010 0 1010010 10000 100000 100111000 1000101 101000

Color Harmonies of #AE2092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2092

Black with #AE2092

Text Example


Text Example

White with #AE2092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2092; }

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

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

background-color css

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

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

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

border-color css

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

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

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