Html Css Color HEX #AE128D Medium Violet Red

📋 copy color: '#AE128D'

red 174 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #AE128D

Tints of Medium Violet Red #AE128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.34%

R = 52.25%
G = 5.41%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE128D (or 0xAE128D) is known color: Medium Violet Red. HEX triplet: AE, 12 and 8D. RGB value is (174,18,141). Sum of RGB (Red+Green+Blue) = 174+18+141=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE128D is #51ED72. Grayscale: #4E4E4E. Windows color (decimal): -5369203 or 9245358. OLE color: 9245358.

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

Color convert

RGB 174 18 141 -
CMYK 0 0.90 0.19 0.32
HSL 312.69º 0.81% 0.38% -
HSV(B) 312.69º 0.9% 0.68% -
XYZ 22.48 11.35 26.21 -
YUV 78.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 174 18 141 0 0.90 0.19 0.32 312.69 0.81 0.38
Hex AE 12 8D 0 5A 13 20 139 51 26
Octal 256 22 215 0 132 23 40 471 121 46
Binary 10101110 10010 10001101 0 1011010 10011 100000 100111001 1010001 100110

Color Harmonies of #AE128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE128D

Black with #AE128D

Text Example


Text Example

White with #AE128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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