Html Css Color HEX #AE218F Medium Red Violet

📋 copy color: '#AE218F'

red 174 ◦ green 33 ◦ blue 143

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

Shades of Medium Red Violet #AE218F

Tints of Medium Red Violet #AE218F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.43%

 BLUE value IS 143 (56.25% from 255) = 40.86%

R = 49.71%
G = 9.43%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE218F (or 0xAE218F) is known color: Medium Red Violet. HEX triplet: AE, 21 and 8F. RGB value is (174,33,143). Sum of RGB (Red+Green+Blue) = 174+33+143=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE218F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE218F is #51DE70. Grayscale: #575757. Windows color (decimal): -5365361 or 9380270. OLE color: 9380270.

HSL color Cylindrical-coordinate representation of color #AE218F: hue angle of 313.19º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE218F is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 33 143 -
CMYK 0 0.81 0.18 0.32
HSL 313.19º 0.68% 0.41% -
HSV(B) 313.19º 0.81% 0.68% -
XYZ 22.96 12.07 27.11 -
YUV 87.7 159.21 189.56 -
System Red Green Blue C M Y K H S L
Decimal 174 33 143 0 0.81 0.18 0.32 313.19 0.68 0.41
Hex AE 21 8F 0 51 12 20 139 44 29
Octal 256 41 217 0 121 22 40 471 104 51
Binary 10101110 100001 10001111 0 1010001 10010 100000 100111001 1000100 101001

Color Harmonies of #AE218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE218F

Black with #AE218F

Text Example


Text Example

White with #AE218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE218F; }

 p { color: rgb(174,33,143); }

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

background-color css

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

 a { background-color: rgb(174,33,143); }

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

border-color css

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

 span { border-color: rgb(174,33,143); }

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