Html Css Color HEX #AE1184 Medium Violet Red

📋 copy color: '#AE1184'

red 174 ◦ green 17 ◦ blue 132

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

Shades of Medium Violet Red #AE1184

Tints of Medium Violet Red #AE1184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.26%

 BLUE value IS 132 (51.95% from 255) = 40.87%

R = 53.87%
G = 5.26%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE1184 (or 0xAE1184) is known color: Medium Violet Red. HEX triplet: AE, 11 and 84. RGB value is (174,17,132). Sum of RGB (Red+Green+Blue) = 174+17+132=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1184 is #51EE7B. Grayscale: #4C4C4C. Windows color (decimal): -5369468 or 8655278. OLE color: 8655278.

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

Color convert

RGB 174 17 132 -
CMYK 0 0.90 0.24 0.32
HSL 316.05º 0.82% 0.37% -
HSV(B) 316.05º 0.9% 0.68% -
XYZ 21.82 11.07 22.82 -
YUV 77.05 159.01 197.15 -
System Red Green Blue C M Y K H S L
Decimal 174 17 132 0 0.90 0.24 0.32 316.05 0.82 0.37
Hex AE 11 84 0 5A 18 20 13C 52 25
Octal 256 21 204 0 132 30 40 474 122 45
Binary 10101110 10001 10000100 0 1011010 11000 100000 100111100 1010010 100101

Color Harmonies of #AE1184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1184

Black with #AE1184

Text Example


Text Example

White with #AE1184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1184; }

 p { color: rgb(174,17,132); }

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

background-color css

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

 a { background-color: rgb(174,17,132); }

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

border-color css

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

 span { border-color: rgb(174,17,132); }

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