Html Css Color HEX #AE129D Medium Violet Red

📋 copy color: '#AE129D'

red 174 ◦ green 18 ◦ blue 157

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

Shades of Medium Violet Red #AE129D

Tints of Medium Violet Red #AE129D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.99%

R = 49.86%
G = 5.16%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE129D (or 0xAE129D) is known color: Medium Violet Red. HEX triplet: AE, 12 and 9D. RGB value is (174,18,157). Sum of RGB (Red+Green+Blue) = 174+18+157=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE129D is #51ED62. Grayscale: #505050. Windows color (decimal): -5369187 or 10293934. OLE color: 10293934.

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

Color convert

RGB 174 18 157 -
CMYK 0 0.90 0.10 0.32
HSL 306.54º 0.81% 0.38% -
HSV(B) 306.54º 0.9% 0.68% -
XYZ 23.76 11.87 32.94 -
YUV 80.49 171.18 194.7 -
System Red Green Blue C M Y K H S L
Decimal 174 18 157 0 0.90 0.10 0.32 306.54 0.81 0.38
Hex AE 12 9D 0 5A A 20 133 51 26
Octal 256 22 235 0 132 12 40 463 121 46
Binary 10101110 10010 10011101 0 1011010 1010 100000 100110011 1010001 100110

Color Harmonies of #AE129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE129D

Black with #AE129D

Text Example


Text Example

White with #AE129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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