Html Css Color HEX #AE118C Medium Violet Red

📋 copy color: '#AE118C'

red 174 ◦ green 17 ◦ blue 140

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

Shades of Medium Violet Red #AE118C

Tints of Medium Violet Red #AE118C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 52.57%
G = 5.14%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE118C (or 0xAE118C) is known color: Medium Violet Red. HEX triplet: AE, 11 and 8C. RGB value is (174,17,140). Sum of RGB (Red+Green+Blue) = 174+17+140=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE118C is #51EE73. Grayscale: #4D4D4D. Windows color (decimal): -5369460 or 9179566. OLE color: 9179566.

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

Color convert

RGB 174 17 140 -
CMYK 0 0.90 0.20 0.32
HSL 312.99º 0.82% 0.37% -
HSV(B) 312.99º 0.9% 0.68% -
XYZ 22.39 11.29 25.81 -
YUV 77.97 163.01 196.5 -
System Red Green Blue C M Y K H S L
Decimal 174 17 140 0 0.90 0.20 0.32 312.99 0.82 0.37
Hex AE 11 8C 0 5A 14 20 139 52 25
Octal 256 21 214 0 132 24 40 471 122 45
Binary 10101110 10001 10001100 0 1011010 10100 100000 100111001 1010010 100101

Color Harmonies of #AE118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE118C

Black with #AE118C

Text Example


Text Example

White with #AE118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE118C; }

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

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

background-color css

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

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

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

border-color css

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

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

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