Html Css Color HEX #AE3275 Medium Red Violet

📋 copy color: '#AE3275'

red 174 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #AE3275

Tints of Medium Red Violet #AE3275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.66%

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

R = 51.03%
G = 14.66%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE3275 (or 0xAE3275) is known color: Medium Red Violet. HEX triplet: AE, 32 and 75. RGB value is (174,50,117). Sum of RGB (Red+Green+Blue) = 174+50+117=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3275 is #51CD8A. Grayscale: #5E5E5E. Windows color (decimal): -5361035 or 7680686. OLE color: 7680686.

HSL color Cylindrical-coordinate representation of color #AE3275: hue angle of 327.58º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3275 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 50 117 -
CMYK 0 0.71 0.33 0.32
HSL 327.58º 0.55% 0.44% -
HSV(B) 327.58º 0.71% 0.68% -
XYZ 21.81 12.56 18.11 -
YUV 94.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 174 50 117 0 0.71 0.33 0.32 327.58 0.55 0.44
Hex AE 32 75 0 47 21 20 148 37 2C
Octal 256 62 165 0 107 41 40 510 67 54
Binary 10101110 110010 1110101 0 1000111 100001 100000 101001000 110111 101100

Color Harmonies of #AE3275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3275

Black with #AE3275

Text Example


Text Example

White with #AE3275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3275; }

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

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

background-color css

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

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

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

border-color css

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

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

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