Html Css Color HEX #AE2099 Medium Red Violet

📋 copy color: '#AE2099'

red 174 ◦ green 32 ◦ blue 153

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

Shades of Medium Red Violet #AE2099

Tints of Medium Red Violet #AE2099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.62%

R = 48.47%
G = 8.91%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AE2099 (or 0xAE2099) is known color: Medium Red Violet. HEX triplet: AE, 20 and 99. RGB value is (174,32,153). Sum of RGB (Red+Green+Blue) = 174+32+153=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2099 is #51DF66. Grayscale: #575757. Windows color (decimal): -5365607 or 10035374. OLE color: 10035374.

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

Color convert

RGB 174 32 153 -
CMYK 0 0.82 0.12 0.32
HSL 308.87º 0.69% 0.4% -
HSV(B) 308.87º 0.82% 0.68% -
XYZ 23.72 12.33 31.27 -
YUV 88.25 164.54 189.16 -
System Red Green Blue C M Y K H S L
Decimal 174 32 153 0 0.82 0.12 0.32 308.87 0.69 0.4
Hex AE 20 99 0 52 C 20 135 45 28
Octal 256 40 231 0 122 14 40 465 105 50
Binary 10101110 100000 10011001 0 1010010 1100 100000 100110101 1000101 101000

Color Harmonies of #AE2099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2099

Black with #AE2099

Text Example


Text Example

White with #AE2099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2099; }

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

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

background-color css

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

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

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

border-color css

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

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

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