Html Css Color HEX #AE1C89 Medium Violet Red

📋 copy color: '#AE1C89'

red 174 ◦ green 28 ◦ blue 137

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

Shades of Medium Violet Red #AE1C89

Tints of Medium Violet Red #AE1C89

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.26%

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

R = 51.33%
G = 8.26%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE1C89 (or 0xAE1C89) is known color: Medium Violet Red. HEX triplet: AE, 1C and 89. RGB value is (174,28,137). Sum of RGB (Red+Green+Blue) = 174+28+137=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1C89 is #51E376. Grayscale: #535353. Windows color (decimal): -5366647 or 8985774. OLE color: 8985774.

HSL color Cylindrical-coordinate representation of color #AE1C89: hue angle of 315.21º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1C89 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 28 137 -
CMYK 0 0.84 0.21 0.32
HSL 315.21º 0.72% 0.4% -
HSV(B) 315.21º 0.84% 0.68% -
XYZ 22.39 11.64 24.73 -
YUV 84.08 157.87 192.14 -
System Red Green Blue C M Y K H S L
Decimal 174 28 137 0 0.84 0.21 0.32 315.21 0.72 0.4
Hex AE 1C 89 0 54 15 20 13B 48 28
Octal 256 34 211 0 124 25 40 473 110 50
Binary 10101110 11100 10001001 0 1010100 10101 100000 100111011 1001000 101000

Color Harmonies of #AE1C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C89

Black with #AE1C89

Text Example


Text Example

White with #AE1C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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