Html Css Color HEX #AE208E Medium Red Violet

📋 copy color: '#AE208E'

red 174 ◦ green 32 ◦ blue 142

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

Shades of Medium Red Violet #AE208E

Tints of Medium Red Violet #AE208E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 50%
G = 9.2%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE208E (or 0xAE208E) is known color: Medium Red Violet. HEX triplet: AE, 20 and 8E. RGB value is (174,32,142). Sum of RGB (Red+Green+Blue) = 174+32+142=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE208E is #51DF71. Grayscale: #565656. Windows color (decimal): -5365618 or 9314478. OLE color: 9314478.

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

Color convert

RGB 174 32 142 -
CMYK 0 0.82 0.18 0.32
HSL 313.52º 0.69% 0.4% -
HSV(B) 313.52º 0.82% 0.68% -
XYZ 22.85 11.98 26.7 -
YUV 87 159.04 190.06 -
System Red Green Blue C M Y K H S L
Decimal 174 32 142 0 0.82 0.18 0.32 313.52 0.69 0.4
Hex AE 20 8E 0 52 12 20 13A 45 28
Octal 256 40 216 0 122 22 40 472 105 50
Binary 10101110 100000 10001110 0 1010010 10010 100000 100111010 1000101 101000

Color Harmonies of #AE208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE208E

Black with #AE208E

Text Example


Text Example

White with #AE208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE208E; }

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

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

background-color css

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

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

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

border-color css

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

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

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