Html Css Color HEX #AE16A1 Medium Violet Red

📋 copy color: '#AE16A1'

red 174 ◦ green 22 ◦ blue 161

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

Shades of Medium Violet Red #AE16A1

Tints of Medium Violet Red #AE16A1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.16%

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

R = 48.74%
G = 6.16%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE16A1 (or 0xAE16A1) is known color: Medium Violet Red. HEX triplet: AE, 16 and A1. RGB value is (174,22,161). Sum of RGB (Red+Green+Blue) = 174+22+161=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE16A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE16A1 is #51E95E. Grayscale: #525252. Windows color (decimal): -5368159 or 10557102. OLE color: 10557102.

HSL color Cylindrical-coordinate representation of color #AE16A1: hue angle of 305.13º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE16A1 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 22 161 -
CMYK 0 0.87 0.07 0.32
HSL 305.13º 0.78% 0.38% -
HSV(B) 305.13º 0.87% 0.68% -
XYZ 24.18 12.15 34.79 -
YUV 83.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 174 22 161 0 0.87 0.07 0.32 305.13 0.78 0.38
Hex AE 16 A1 0 57 7 20 131 4E 26
Octal 256 26 241 0 127 7 40 461 116 46
Binary 10101110 10110 10100001 0 1010111 111 100000 100110001 1001110 100110

Color Harmonies of #AE16A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE16A1

Black with #AE16A1

Text Example


Text Example

White with #AE16A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE16A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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