Html Css Color HEX #AE3575 Medium Red Violet

📋 copy color: '#AE3575'

red 174 ◦ green 53 ◦ blue 117

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

Shades of Medium Red Violet #AE3575

Tints of Medium Red Violet #AE3575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

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

R = 50.58%
G = 15.41%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE3575 (or 0xAE3575) is known color: Medium Red Violet. HEX triplet: AE, 35 and 75. RGB value is (174,53,117). Sum of RGB (Red+Green+Blue) = 174+53+117=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3575 is #51CA8A. Grayscale: #606060. Windows color (decimal): -5360267 or 7681454. OLE color: 7681454.

HSL color Cylindrical-coordinate representation of color #AE3575: hue angle of 328.26º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE3575 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 53 117 -
CMYK 0 0.70 0.33 0.32
HSL 328.26º 0.53% 0.45% -
HSV(B) 328.26º 0.7% 0.68% -
XYZ 21.94 12.83 18.15 -
YUV 96.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 174 53 117 0 0.70 0.33 0.32 328.26 0.53 0.45
Hex AE 35 75 0 46 21 20 148 35 2D
Octal 256 65 165 0 106 41 40 510 65 55
Binary 10101110 110101 1110101 0 1000110 100001 100000 101001000 110101 101101

Color Harmonies of #AE3575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3575

Black with #AE3575

Text Example


Text Example

White with #AE3575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3575; }

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

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

background-color css

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

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

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

border-color css

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

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

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