Html Css Color HEX #AE219C Medium Red Violet

📋 copy color: '#AE219C'

red 174 ◦ green 33 ◦ blue 156

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

Shades of Medium Red Violet #AE219C

Tints of Medium Red Violet #AE219C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.98%

R = 47.93%
G = 9.09%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE219C (or 0xAE219C) is known color: Medium Red Violet. HEX triplet: AE, 21 and 9C. RGB value is (174,33,156). Sum of RGB (Red+Green+Blue) = 174+33+156=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE219C is #51DE63. Grayscale: #585858. Windows color (decimal): -5365348 or 10232238. OLE color: 10232238.

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

Color convert

RGB 174 33 156 -
CMYK 0 0.81 0.10 0.32
HSL 307.66º 0.68% 0.41% -
HSV(B) 307.66º 0.81% 0.68% -
XYZ 24 12.49 32.6 -
YUV 89.18 165.71 188.5 -
System Red Green Blue C M Y K H S L
Decimal 174 33 156 0 0.81 0.10 0.32 307.66 0.68 0.41
Hex AE 21 9C 0 51 A 20 134 44 29
Octal 256 41 234 0 121 12 40 464 104 51
Binary 10101110 100001 10011100 0 1010001 1010 100000 100110100 1000100 101001

Color Harmonies of #AE219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE219C

Black with #AE219C

Text Example


Text Example

White with #AE219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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