Html Css Color HEX #AE2C9B Medium Red Violet

📋 copy color: '#AE2C9B'

red 174 ◦ green 44 ◦ blue 155

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

Shades of Medium Red Violet #AE2C9B

Tints of Medium Red Violet #AE2C9B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.8%

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

R = 46.65%
G = 11.8%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE2C9B (or 0xAE2C9B) is known color: Medium Red Violet. HEX triplet: AE, 2C and 9B. RGB value is (174,44,155). Sum of RGB (Red+Green+Blue) = 174+44+155=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2C9B is #51D364. Grayscale: #5F5F5F. Windows color (decimal): -5362533 or 10169518. OLE color: 10169518.

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

Color convert

RGB 174 44 155 -
CMYK 0 0.75 0.11 0.32
HSL 308.77º 0.6% 0.43% -
HSV(B) 308.77º 0.75% 0.68% -
XYZ 24.27 13.17 32.27 -
YUV 95.52 161.57 183.97 -
System Red Green Blue C M Y K H S L
Decimal 174 44 155 0 0.75 0.11 0.32 308.77 0.6 0.43
Hex AE 2C 9B 0 4B B 20 135 3C 2B
Octal 256 54 233 0 113 13 40 465 74 53
Binary 10101110 101100 10011011 0 1001011 1011 100000 100110101 111100 101011

Color Harmonies of #AE2C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2C9B

Black with #AE2C9B

Text Example


Text Example

White with #AE2C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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