Html Css Color HEX #AE1A91 Medium Violet Red

📋 copy color: '#AE1A91'

red 174 ◦ green 26 ◦ blue 145

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

Shades of Medium Violet Red #AE1A91

Tints of Medium Violet Red #AE1A91

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.54%

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 50.43%
G = 7.54%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE1A91 (or 0xAE1A91) is known color: Medium Violet Red. HEX triplet: AE, 1A and 91. RGB value is (174,26,145). Sum of RGB (Red+Green+Blue) = 174+26+145=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A91 is #51E56E. Grayscale: #535353. Windows color (decimal): -5367151 or 9509550. OLE color: 9509550.

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

Color convert

RGB 174 26 145 -
CMYK 0 0.85 0.17 0.32
HSL 311.76º 0.74% 0.39% -
HSV(B) 311.76º 0.85% 0.68% -
XYZ 22.94 11.78 27.85 -
YUV 83.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 174 26 145 0 0.85 0.17 0.32 311.76 0.74 0.39
Hex AE 1A 91 0 55 11 20 138 4A 27
Octal 256 32 221 0 125 21 40 470 112 47
Binary 10101110 11010 10010001 0 1010101 10001 100000 100111000 1001010 100111

Color Harmonies of #AE1A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1A91

Black with #AE1A91

Text Example


Text Example

White with #AE1A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1A91; }

 p { color: rgb(174,26,145); }

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

background-color css

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

 a { background-color: rgb(174,26,145); }

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

border-color css

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

 span { border-color: rgb(174,26,145); }

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