Html Css Color HEX #AE2575 Medium Red Violet

📋 copy color: '#AE2575'

red 174 ◦ green 37 ◦ blue 117

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

Shades of Medium Red Violet #AE2575

Tints of Medium Red Violet #AE2575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.28%

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

R = 53.05%
G = 11.28%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE2575 (or 0xAE2575) is known color: Medium Red Violet. HEX triplet: AE, 25 and 75. RGB value is (174,37,117). Sum of RGB (Red+Green+Blue) = 174+37+117=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2575 is #51DA8A. Grayscale: #565656. Windows color (decimal): -5364363 or 7677358. OLE color: 7677358.

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

Color convert

RGB 174 37 117 -
CMYK 0 0.79 0.33 0.32
HSL 324.96º 0.65% 0.41% -
HSV(B) 324.96º 0.79% 0.68% -
XYZ 21.33 11.61 17.95 -
YUV 87.08 144.89 190 -
System Red Green Blue C M Y K H S L
Decimal 174 37 117 0 0.79 0.33 0.32 324.96 0.65 0.41
Hex AE 25 75 0 4F 21 20 145 41 29
Octal 256 45 165 0 117 41 40 505 101 51
Binary 10101110 100101 1110101 0 1001111 100001 100000 101000101 1000001 101001

Color Harmonies of #AE2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2575

Black with #AE2575

Text Example


Text Example

White with #AE2575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2575; }

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

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

background-color css

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

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

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

border-color css

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

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

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