Html Css Color HEX #AE3380 Medium Red Violet

📋 copy color: '#AE3380'

red 174 ◦ green 51 ◦ blue 128

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

Shades of Medium Red Violet #AE3380

Tints of Medium Red Violet #AE3380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.45%

 BLUE value IS 128 (50.39% from 255) = 36.26%

R = 49.29%
G = 14.45%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE3380 (or 0xAE3380) is known color: Medium Red Violet. HEX triplet: AE, 33 and 80. RGB value is (174,51,128). Sum of RGB (Red+Green+Blue) = 174+51+128=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3380 is #51CC7F. Grayscale: #606060. Windows color (decimal): -5360768 or 8401838. OLE color: 8401838.

HSL color Cylindrical-coordinate representation of color #AE3380: hue angle of 322.44º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3380 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 51 128 -
CMYK 0 0.71 0.26 0.32
HSL 322.44º 0.55% 0.44% -
HSV(B) 322.44º 0.71% 0.68% -
XYZ 22.54 12.92 21.73 -
YUV 96.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 174 51 128 0 0.71 0.26 0.32 322.44 0.55 0.44
Hex AE 33 80 0 47 1A 20 142 37 2C
Octal 256 63 200 0 107 32 40 502 67 54
Binary 10101110 110011 10000000 0 1000111 11010 100000 101000010 110111 101100

Color Harmonies of #AE3380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3380

Black with #AE3380

Text Example


Text Example

White with #AE3380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3380; }

 p { color: rgb(174,51,128); }

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

background-color css

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

 a { background-color: rgb(174,51,128); }

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

border-color css

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

 span { border-color: rgb(174,51,128); }

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