Html Css Color HEX #AE219A Medium Red Violet

📋 copy color: '#AE219A'

red 174 ◦ green 33 ◦ blue 154

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

Shades of Medium Red Violet #AE219A

Tints of Medium Red Violet #AE219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 48.2%
G = 9.14%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE219A (or 0xAE219A) is known color: Medium Red Violet. HEX triplet: AE, 21 and 9A. RGB value is (174,33,154). Sum of RGB (Red+Green+Blue) = 174+33+154=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE219A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE219A is #51DE65. Grayscale: #585858. Windows color (decimal): -5365350 or 10101166. OLE color: 10101166.

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

Color convert

RGB 174 33 154 -
CMYK 0 0.81 0.11 0.32
HSL 308.51º 0.68% 0.41% -
HSV(B) 308.51º 0.81% 0.68% -
XYZ 23.83 12.42 31.71 -
YUV 88.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 174 33 154 0 0.81 0.11 0.32 308.51 0.68 0.41
Hex AE 21 9A 0 51 B 20 135 44 29
Octal 256 41 232 0 121 13 40 465 104 51
Binary 10101110 100001 10011010 0 1010001 1011 100000 100110101 1000100 101001

Color Harmonies of #AE219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE219A

Black with #AE219A

Text Example


Text Example

White with #AE219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE219A; }

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

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

background-color css

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

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

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

border-color css

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

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

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