Html Css Color HEX #AE2292 Medium Red Violet

📋 copy color: '#AE2292'

red 174 ◦ green 34 ◦ blue 146

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

Shades of Medium Red Violet #AE2292

Tints of Medium Red Violet #AE2292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.6%

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

R = 49.15%
G = 9.6%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE2292 (or 0xAE2292) is known color: Medium Red Violet. HEX triplet: AE, 22 and 92. RGB value is (174,34,146). Sum of RGB (Red+Green+Blue) = 174+34+146=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2292 is #51DD6D. Grayscale: #585858. Windows color (decimal): -5365102 or 9577134. OLE color: 9577134.

HSL color Cylindrical-coordinate representation of color #AE2292: hue angle of 312º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2292 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 34 146 -
CMYK 0 0.80 0.16 0.32
HSL 312º 0.67% 0.41% -
HSV(B) 312º 0.8% 0.68% -
XYZ 23.22 12.22 28.33 -
YUV 88.63 160.38 188.89 -
System Red Green Blue C M Y K H S L
Decimal 174 34 146 0 0.80 0.16 0.32 312 0.67 0.41
Hex AE 22 92 0 50 10 20 138 43 29
Octal 256 42 222 0 120 20 40 470 103 51
Binary 10101110 100010 10010010 0 1010000 10000 100000 100111000 1000011 101001

Color Harmonies of #AE2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2292

Black with #AE2292

Text Example


Text Example

White with #AE2292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2292; }

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

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

background-color css

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

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

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

border-color css

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

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

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