Html Css Color HEX #AE2590 Medium Red Violet

📋 copy color: '#AE2590'

red 174 ◦ green 37 ◦ blue 144

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

Shades of Medium Red Violet #AE2590

Tints of Medium Red Violet #AE2590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.56%

R = 49.01%
G = 10.42%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE2590 (or 0xAE2590) is known color: Medium Red Violet. HEX triplet: AE, 25 and 90. RGB value is (174,37,144). Sum of RGB (Red+Green+Blue) = 174+37+144=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2590 is #51DA6F. Grayscale: #595959. Windows color (decimal): -5364336 or 9446830. OLE color: 9446830.

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

Color convert

RGB 174 37 144 -
CMYK 0 0.79 0.17 0.32
HSL 313.14º 0.65% 0.41% -
HSV(B) 313.14º 0.79% 0.68% -
XYZ 23.15 12.34 27.55 -
YUV 90.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 174 37 144 0 0.79 0.17 0.32 313.14 0.65 0.41
Hex AE 25 90 0 4F 11 20 139 41 29
Octal 256 45 220 0 117 21 40 471 101 51
Binary 10101110 100101 10010000 0 1001111 10001 100000 100111001 1000001 101001

Color Harmonies of #AE2590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2590

Black with #AE2590

Text Example


Text Example

White with #AE2590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2590; }

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

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

background-color css

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

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

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

border-color css

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

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

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