Html Css Color HEX #AE2BA0 Medium Red Violet

📋 copy color: '#AE2BA0'

red 174 ◦ green 43 ◦ blue 160

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

Shades of Medium Red Violet #AE2BA0

Tints of Medium Red Violet #AE2BA0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.41%

 BLUE value IS 160 (62.89% from 255) = 42.44%

R = 46.15%
G = 11.41%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE2BA0 (or 0xAE2BA0) is known color: Medium Red Violet. HEX triplet: AE, 2B and A0. RGB value is (174,43,160). Sum of RGB (Red+Green+Blue) = 174+43+160=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2BA0 is #51D45F. Grayscale: #5F5F5F. Windows color (decimal): -5362784 or 10496942. OLE color: 10496942.

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

Color convert

RGB 174 43 160 -
CMYK 0 0.75 0.08 0.32
HSL 306.41º 0.6% 0.43% -
HSV(B) 306.41º 0.75% 0.68% -
XYZ 24.66 13.26 34.52 -
YUV 95.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 174 43 160 0 0.75 0.08 0.32 306.41 0.6 0.43
Hex AE 2B A0 0 4B 8 20 132 3C 2B
Octal 256 53 240 0 113 10 40 462 74 53
Binary 10101110 101011 10100000 0 1001011 1000 100000 100110010 111100 101011

Color Harmonies of #AE2BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2BA0

Black with #AE2BA0

Text Example


Text Example

White with #AE2BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2BA0; }

 p { color: rgb(174,43,160); }

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

background-color css

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

 a { background-color: rgb(174,43,160); }

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

border-color css

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

 span { border-color: rgb(174,43,160); }

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