Html Css Color HEX #AE249B Medium Red Violet

📋 copy color: '#AE249B'

red 174 ◦ green 36 ◦ blue 155

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

Shades of Medium Red Violet #AE249B

Tints of Medium Red Violet #AE249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.86%

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

R = 47.67%
G = 9.86%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE249B (or 0xAE249B) is known color: Medium Red Violet. HEX triplet: AE, 24 and 9B. RGB value is (174,36,155). Sum of RGB (Red+Green+Blue) = 174+36+155=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE249B is #51DB64. Grayscale: #5A5A5A. Windows color (decimal): -5364581 or 10167470. OLE color: 10167470.

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

Color convert

RGB 174 36 155 -
CMYK 0 0.79 0.11 0.32
HSL 308.26º 0.66% 0.41% -
HSV(B) 308.26º 0.79% 0.68% -
XYZ 24 12.63 32.18 -
YUV 90.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 174 36 155 0 0.79 0.11 0.32 308.26 0.66 0.41
Hex AE 24 9B 0 4F B 20 134 42 29
Octal 256 44 233 0 117 13 40 464 102 51
Binary 10101110 100100 10011011 0 1001111 1011 100000 100110100 1000010 101001

Color Harmonies of #AE249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE249B

Black with #AE249B

Text Example


Text Example

White with #AE249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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