Html Css Color HEX #AE207F Medium Red Violet

📋 copy color: '#AE207F'

red 174 ◦ green 32 ◦ blue 127

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

Shades of Medium Red Violet #AE207F

Tints of Medium Red Violet #AE207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.14%

R = 52.25%
G = 9.61%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE207F (or 0xAE207F) is known color: Medium Red Violet. HEX triplet: AE, 20 and 7F. RGB value is (174,32,127). Sum of RGB (Red+Green+Blue) = 174+32+127=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE207F is #51DF80. Grayscale: #555555. Windows color (decimal): -5365633 or 8331438. OLE color: 8331438.

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

Color convert

RGB 174 32 127 -
CMYK 0 0.82 0.27 0.32
HSL 319.86º 0.69% 0.4% -
HSV(B) 319.86º 0.82% 0.68% -
XYZ 21.8 11.56 21.16 -
YUV 85.29 151.54 191.28 -
System Red Green Blue C M Y K H S L
Decimal 174 32 127 0 0.82 0.27 0.32 319.86 0.69 0.4
Hex AE 20 7F 0 52 1B 20 140 45 28
Octal 256 40 177 0 122 33 40 500 105 50
Binary 10101110 100000 1111111 0 1010010 11011 100000 101000000 1000101 101000

Color Harmonies of #AE207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE207F

Black with #AE207F

Text Example


Text Example

White with #AE207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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