Html Css Color HEX #AE1289 Medium Violet Red

📋 copy color: '#AE1289'

red 174 ◦ green 18 ◦ blue 137

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

Shades of Medium Violet Red #AE1289

Tints of Medium Violet Red #AE1289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.64%

R = 52.89%
G = 5.47%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE1289 (or 0xAE1289) is known color: Medium Violet Red. HEX triplet: AE, 12 and 89. RGB value is (174,18,137). Sum of RGB (Red+Green+Blue) = 174+18+137=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1289 is #51ED76. Grayscale: #4D4D4D. Windows color (decimal): -5369207 or 8983214. OLE color: 8983214.

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

Color convert

RGB 174 18 137 -
CMYK 0 0.90 0.21 0.32
HSL 314.23º 0.81% 0.38% -
HSV(B) 314.23º 0.9% 0.68% -
XYZ 22.19 11.24 24.67 -
YUV 78.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 174 18 137 0 0.90 0.21 0.32 314.23 0.81 0.38
Hex AE 12 89 0 5A 15 20 13A 51 26
Octal 256 22 211 0 132 25 40 472 121 46
Binary 10101110 10010 10001001 0 1011010 10101 100000 100111010 1010001 100110

Color Harmonies of #AE1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1289

Black with #AE1289

Text Example


Text Example

White with #AE1289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1289; }

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

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

background-color css

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

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

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

border-color css

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

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

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