Html Css Color HEX #AE219E Medium Red Violet

📋 copy color: '#AE219E'

red 174 ◦ green 33 ◦ blue 158

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

Shades of Medium Red Violet #AE219E

Tints of Medium Red Violet #AE219E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.29%

R = 47.67%
G = 9.04%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE219E (or 0xAE219E) is known color: Medium Red Violet. HEX triplet: AE, 21 and 9E. RGB value is (174,33,158). Sum of RGB (Red+Green+Blue) = 174+33+158=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE219E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE219E is #51DE61. Grayscale: #595959. Windows color (decimal): -5365346 or 10363310. OLE color: 10363310.

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

Color convert

RGB 174 33 158 -
CMYK 0 0.81 0.09 0.32
HSL 306.81º 0.68% 0.41% -
HSV(B) 306.81º 0.81% 0.68% -
XYZ 24.17 12.56 33.5 -
YUV 89.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 174 33 158 0 0.81 0.09 0.32 306.81 0.68 0.41
Hex AE 21 9E 0 51 9 20 133 44 29
Octal 256 41 236 0 121 11 40 463 104 51
Binary 10101110 100001 10011110 0 1010001 1001 100000 100110011 1000100 101001

Color Harmonies of #AE219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE219E

Black with #AE219E

Text Example


Text Example

White with #AE219E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE219E; }

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

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

background-color css

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

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

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

border-color css

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

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

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