Html Css Color HEX #AE257E Medium Red Violet

📋 copy color: '#AE257E'

red 174 ◦ green 37 ◦ blue 126

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

Shades of Medium Red Violet #AE257E

Tints of Medium Red Violet #AE257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.39%

R = 51.63%
G = 10.98%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE257E (or 0xAE257E) is known color: Medium Red Violet. HEX triplet: AE, 25 and 7E. RGB value is (174,37,126). Sum of RGB (Red+Green+Blue) = 174+37+126=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE257E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE257E is #51DA81. Grayscale: #575757. Windows color (decimal): -5364354 or 8267182. OLE color: 8267182.

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

Color convert

RGB 174 37 126 -
CMYK 0 0.79 0.28 0.32
HSL 321.02º 0.65% 0.41% -
HSV(B) 321.02º 0.79% 0.68% -
XYZ 21.88 11.83 20.87 -
YUV 88.11 149.39 189.26 -
System Red Green Blue C M Y K H S L
Decimal 174 37 126 0 0.79 0.28 0.32 321.02 0.65 0.41
Hex AE 25 7E 0 4F 1C 20 141 41 29
Octal 256 45 176 0 117 34 40 501 101 51
Binary 10101110 100101 1111110 0 1001111 11100 100000 101000001 1000001 101001

Color Harmonies of #AE257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE257E

Black with #AE257E

Text Example


Text Example

White with #AE257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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