Html Css Color HEX #AE1880 Medium Violet Red

📋 copy color: '#AE1880'

red 174 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #AE1880

Tints of Medium Violet Red #AE1880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.36%

 BLUE value IS 128 (50.39% from 255) = 39.26%

R = 53.37%
G = 7.36%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE1880 (or 0xAE1880) is known color: Medium Violet Red. HEX triplet: AE, 18 and 80. RGB value is (174,24,128). Sum of RGB (Red+Green+Blue) = 174+24+128=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1880 is #51E77F. Grayscale: #505050. Windows color (decimal): -5367680 or 8394926. OLE color: 8394926.

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

Color convert

RGB 174 24 128 -
CMYK 0 0.86 0.26 0.32
HSL 318.4º 0.76% 0.39% -
HSV(B) 318.4º 0.86% 0.68% -
XYZ 21.68 11.21 21.44 -
YUV 80.71 154.7 194.54 -
System Red Green Blue C M Y K H S L
Decimal 174 24 128 0 0.86 0.26 0.32 318.4 0.76 0.39
Hex AE 18 80 0 56 1A 20 13E 4C 27
Octal 256 30 200 0 126 32 40 476 114 47
Binary 10101110 11000 10000000 0 1010110 11010 100000 100111110 1001100 100111

Color Harmonies of #AE1880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1880

Black with #AE1880

Text Example


Text Example

White with #AE1880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1880; }

 p { color: rgb(174,24,128); }

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

background-color css

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

 a { background-color: rgb(174,24,128); }

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

border-color css

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

 span { border-color: rgb(174,24,128); }

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