Html Css Color HEX #AE207E Medium Red Violet

📋 copy color: '#AE207E'

red 174 ◦ green 32 ◦ blue 126

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

Shades of Medium Red Violet #AE207E

Tints of Medium Red Violet #AE207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.95%

R = 52.41%
G = 9.64%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE207E (or 0xAE207E) is known color: Medium Red Violet. HEX triplet: AE, 20 and 7E. RGB value is (174,32,126). Sum of RGB (Red+Green+Blue) = 174+32+126=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE207E is #51DF81. Grayscale: #545454. Windows color (decimal): -5365634 or 8265902. OLE color: 8265902.

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

Color convert

RGB 174 32 126 -
CMYK 0 0.82 0.28 0.32
HSL 320.28º 0.69% 0.4% -
HSV(B) 320.28º 0.82% 0.68% -
XYZ 21.74 11.54 20.82 -
YUV 85.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 174 32 126 0 0.82 0.28 0.32 320.28 0.69 0.4
Hex AE 20 7E 0 52 1C 20 140 45 28
Octal 256 40 176 0 122 34 40 500 105 50
Binary 10101110 100000 1111110 0 1010010 11100 100000 101000000 1000101 101000

Color Harmonies of #AE207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE207E

Black with #AE207E

Text Example


Text Example

White with #AE207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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