Html Css Color HEX #AE1790 Medium Violet Red

📋 copy color: '#AE1790'

red 174 ◦ green 23 ◦ blue 144

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

Shades of Medium Violet Red #AE1790

Tints of Medium Violet Red #AE1790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.74%

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

R = 51.03%
G = 6.74%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE1790 (or 0xAE1790) is known color: Medium Violet Red. HEX triplet: AE, 17 and 90. RGB value is (174,23,144). Sum of RGB (Red+Green+Blue) = 174+23+144=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1790 is #51E86F. Grayscale: #515151. Windows color (decimal): -5367920 or 9443246. OLE color: 9443246.

HSL color Cylindrical-coordinate representation of color #AE1790: hue angle of 311.92º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1790 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 23 144 -
CMYK 0 0.87 0.17 0.32
HSL 311.92º 0.77% 0.39% -
HSV(B) 311.92º 0.87% 0.68% -
XYZ 22.8 11.63 27.43 -
YUV 81.94 163.03 193.66 -
System Red Green Blue C M Y K H S L
Decimal 174 23 144 0 0.87 0.17 0.32 311.92 0.77 0.39
Hex AE 17 90 0 57 11 20 138 4D 27
Octal 256 27 220 0 127 21 40 470 115 47
Binary 10101110 10111 10010000 0 1010111 10001 100000 100111000 1001101 100111

Color Harmonies of #AE1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1790

Black with #AE1790

Text Example


Text Example

White with #AE1790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1790; }

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

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

background-color css

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

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

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

border-color css

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

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

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