Html Css Color HEX #AE3375 Medium Red Violet

📋 copy color: '#AE3375'

red 174 ◦ green 51 ◦ blue 117

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

Shades of Medium Red Violet #AE3375

Tints of Medium Red Violet #AE3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

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

R = 50.88%
G = 14.91%
B = 34.21%

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

#AE3375 (or 0xAE3375) is known color: Medium Red Violet. HEX triplet: AE, 33 and 75. RGB value is (174,51,117). Sum of RGB (Red+Green+Blue) = 174+51+117=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3375 is #51CC8A. Grayscale: #5F5F5F. Windows color (decimal): -5360779 or 7680942. OLE color: 7680942.

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

Color convert

RGB 174 51 117 -
CMYK 0 0.71 0.33 0.32
HSL 327.8º 0.55% 0.44% -
HSV(B) 327.8º 0.71% 0.68% -
XYZ 21.85 12.65 18.12 -
YUV 95.3 140.25 184.13 -
System Red Green Blue C M Y K H S L
Decimal 174 51 117 0 0.71 0.33 0.32 327.8 0.55 0.44
Hex AE 33 75 0 47 21 20 148 37 2C
Octal 256 63 165 0 107 41 40 510 67 54
Binary 10101110 110011 1110101 0 1000111 100001 100000 101001000 110111 101100

Color Harmonies of #AE3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3375

Black with #AE3375

Text Example


Text Example

White with #AE3375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3375; }

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

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

background-color css

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

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

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

border-color css

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

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

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