Html Css Color HEX #AE129E Medium Violet Red

📋 copy color: '#AE129E'

red 174 ◦ green 18 ◦ blue 158

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

Shades of Medium Violet Red #AE129E

Tints of Medium Violet Red #AE129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.14%

R = 49.71%
G = 5.14%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE129E (or 0xAE129E) is known color: Medium Violet Red. HEX triplet: AE, 12 and 9E. RGB value is (174,18,158). Sum of RGB (Red+Green+Blue) = 174+18+158=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE129E is #51ED61. Grayscale: #505050. Windows color (decimal): -5369186 or 10359470. OLE color: 10359470.

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

Color convert

RGB 174 18 158 -
CMYK 0 0.90 0.09 0.32
HSL 306.15º 0.81% 0.38% -
HSV(B) 306.15º 0.9% 0.68% -
XYZ 23.84 11.9 33.39 -
YUV 80.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 174 18 158 0 0.90 0.09 0.32 306.15 0.81 0.38
Hex AE 12 9E 0 5A 9 20 132 51 26
Octal 256 22 236 0 132 11 40 462 121 46
Binary 10101110 10010 10011110 0 1011010 1001 100000 100110010 1010001 100110

Color Harmonies of #AE129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE129E

Black with #AE129E

Text Example


Text Example

White with #AE129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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