Html Css Color HEX #AE11A1 Medium Violet Red

📋 copy color: '#AE11A1'

red 174 ◦ green 17 ◦ blue 161

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

Shades of Medium Violet Red #AE11A1

Tints of Medium Violet Red #AE11A1

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.83%

 BLUE value IS 161 (63.28% from 255) = 45.74%

R = 49.43%
G = 4.83%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE11A1 (or 0xAE11A1) is known color: Medium Violet Red. HEX triplet: AE, 11 and A1. RGB value is (174,17,161). Sum of RGB (Red+Green+Blue) = 174+17+161=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE11A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE11A1 is #51EE5E. Grayscale: #4F4F4F. Windows color (decimal): -5369439 or 10555822. OLE color: 10555822.

HSL color Cylindrical-coordinate representation of color #AE11A1: hue angle of 304.97º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE11A1 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 17 161 -
CMYK 0 0.90 0.07 0.32
HSL 304.97º 0.82% 0.37% -
HSV(B) 304.97º 0.9% 0.68% -
XYZ 24.09 11.97 34.76 -
YUV 80.36 173.51 194.79 -
System Red Green Blue C M Y K H S L
Decimal 174 17 161 0 0.90 0.07 0.32 304.97 0.82 0.37
Hex AE 11 A1 0 5A 7 20 131 52 25
Octal 256 21 241 0 132 7 40 461 122 45
Binary 10101110 10001 10100001 0 1011010 111 100000 100110001 1010010 100101

Color Harmonies of #AE11A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE11A1

Black with #AE11A1

Text Example


Text Example

White with #AE11A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE11A1; }

 p { color: rgb(174,17,161); }

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

background-color css

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

 a { background-color: rgb(174,17,161); }

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

border-color css

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

 span { border-color: rgb(174,17,161); }

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