Html Css Color HEX #AE149B Medium Violet Red

📋 copy color: '#AE149B'

red 174 ◦ green 20 ◦ blue 155

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

Shades of Medium Violet Red #AE149B

Tints of Medium Violet Red #AE149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.73%

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 49.86%
G = 5.73%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE149B (or 0xAE149B) is known color: Medium Violet Red. HEX triplet: AE, 14 and 9B. RGB value is (174,20,155). Sum of RGB (Red+Green+Blue) = 174+20+155=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE149B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE149B is #51EB64. Grayscale: #515151. Windows color (decimal): -5368677 or 10163374. OLE color: 10163374.

HSL color Cylindrical-coordinate representation of color #AE149B: hue angle of 307.4º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE149B is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 20 155 -
CMYK 0 0.89 0.11 0.32
HSL 307.4º 0.79% 0.38% -
HSV(B) 307.4º 0.89% 0.68% -
XYZ 23.62 11.87 32.06 -
YUV 81.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 174 20 155 0 0.89 0.11 0.32 307.4 0.79 0.38
Hex AE 14 9B 0 59 B 20 133 4F 26
Octal 256 24 233 0 131 13 40 463 117 46
Binary 10101110 10100 10011011 0 1011001 1011 100000 100110011 1001111 100110

Color Harmonies of #AE149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE149B

Black with #AE149B

Text Example


Text Example

White with #AE149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE149B; }

 p { color: rgb(174,20,155); }

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

background-color css

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

 a { background-color: rgb(174,20,155); }

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

border-color css

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

 span { border-color: rgb(174,20,155); }

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