Html Css Color HEX #AE2275 Medium Red Violet

📋 copy color: '#AE2275'

red 174 ◦ green 34 ◦ blue 117

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

Shades of Medium Red Violet #AE2275

Tints of Medium Red Violet #AE2275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36%

R = 53.54%
G = 10.46%
B = 36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE2275 (or 0xAE2275) is known color: Medium Red Violet. HEX triplet: AE, 22 and 75. RGB value is (174,34,117). Sum of RGB (Red+Green+Blue) = 174+34+117=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2275 is #51DD8A. Grayscale: #555555. Windows color (decimal): -5365131 or 7676590. OLE color: 7676590.

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

Color convert

RGB 174 34 117 -
CMYK 0 0.80 0.33 0.32
HSL 324.43º 0.67% 0.41% -
HSV(B) 324.43º 0.8% 0.68% -
XYZ 21.24 11.43 17.92 -
YUV 85.32 145.88 191.25 -
System Red Green Blue C M Y K H S L
Decimal 174 34 117 0 0.80 0.33 0.32 324.43 0.67 0.41
Hex AE 22 75 0 50 21 20 144 43 29
Octal 256 42 165 0 120 41 40 504 103 51
Binary 10101110 100010 1110101 0 1010000 100001 100000 101000100 1000011 101001

Color Harmonies of #AE2275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2275

Black with #AE2275

Text Example


Text Example

White with #AE2275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2275; }

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

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

background-color css

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

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

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

border-color css

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

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

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