Html Css Color HEX #AE1291 Medium Violet Red

📋 copy color: '#AE1291'

red 174 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #AE1291

Tints of Medium Violet Red #AE1291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.34%

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

R = 51.63%
G = 5.34%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE1291 (or 0xAE1291) is known color: Medium Violet Red. HEX triplet: AE, 12 and 91. RGB value is (174,18,145). Sum of RGB (Red+Green+Blue) = 174+18+145=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1291 is #51ED6E. Grayscale: #4E4E4E. Windows color (decimal): -5369199 or 9507502. OLE color: 9507502.

HSL color Cylindrical-coordinate representation of color #AE1291: hue angle of 311.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1291 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 18 145 -
CMYK 0 0.90 0.17 0.32
HSL 311.15º 0.81% 0.38% -
HSV(B) 311.15º 0.9% 0.68% -
XYZ 22.78 11.48 27.8 -
YUV 79.12 165.18 195.67 -
System Red Green Blue C M Y K H S L
Decimal 174 18 145 0 0.90 0.17 0.32 311.15 0.81 0.38
Hex AE 12 91 0 5A 11 20 137 51 26
Octal 256 22 221 0 132 21 40 467 121 46
Binary 10101110 10010 10010001 0 1011010 10001 100000 100110111 1010001 100110

Color Harmonies of #AE1291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1291

Black with #AE1291

Text Example


Text Example

White with #AE1291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1291; }

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

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

background-color css

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

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

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

border-color css

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

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

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