Html Css Color HEX #AE2083 Medium Red Violet

📋 copy color: '#AE2083'

red 174 ◦ green 32 ◦ blue 131

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

Shades of Medium Red Violet #AE2083

Tints of Medium Red Violet #AE2083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.5%

 BLUE value IS 131 (51.56% from 255) = 38.87%

R = 51.63%
G = 9.5%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE2083 (or 0xAE2083) is known color: Medium Red Violet. HEX triplet: AE, 20 and 83. RGB value is (174,32,131). Sum of RGB (Red+Green+Blue) = 174+32+131=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2083 is #51DF7C. Grayscale: #555555. Windows color (decimal): -5365629 or 8593582. OLE color: 8593582.

HSL color Cylindrical-coordinate representation of color #AE2083: hue angle of 318.17º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2083 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 32 131 -
CMYK 0 0.82 0.25 0.32
HSL 318.17º 0.69% 0.4% -
HSV(B) 318.17º 0.82% 0.68% -
XYZ 22.07 11.67 22.56 -
YUV 85.74 153.54 190.95 -
System Red Green Blue C M Y K H S L
Decimal 174 32 131 0 0.82 0.25 0.32 318.17 0.69 0.4
Hex AE 20 83 0 52 19 20 13E 45 28
Octal 256 40 203 0 122 31 40 476 105 50
Binary 10101110 100000 10000011 0 1010010 11001 100000 100111110 1000101 101000

Color Harmonies of #AE2083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2083

Black with #AE2083

Text Example


Text Example

White with #AE2083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2083; }

 p { color: rgb(174,32,131); }

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

background-color css

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

 a { background-color: rgb(174,32,131); }

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

border-color css

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

 span { border-color: rgb(174,32,131); }

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