Html Css Color HEX #AE16A0 Medium Violet Red

📋 copy color: '#AE16A0'

red 174 ◦ green 22 ◦ blue 160

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

Shades of Medium Violet Red #AE16A0

Tints of Medium Violet Red #AE16A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.94%

R = 48.88%
G = 6.18%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE16A0 (or 0xAE16A0) is known color: Medium Violet Red. HEX triplet: AE, 16 and A0. RGB value is (174,22,160). Sum of RGB (Red+Green+Blue) = 174+22+160=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE16A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE16A0 is #51E95F. Grayscale: #525252. Windows color (decimal): -5368160 or 10491566. OLE color: 10491566.

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

Color convert

RGB 174 22 160 -
CMYK 0 0.87 0.08 0.32
HSL 305.53º 0.78% 0.38% -
HSV(B) 305.53º 0.87% 0.68% -
XYZ 24.09 12.11 34.33 -
YUV 83.18 171.36 192.78 -
System Red Green Blue C M Y K H S L
Decimal 174 22 160 0 0.87 0.08 0.32 305.53 0.78 0.38
Hex AE 16 A0 0 57 8 20 132 4E 26
Octal 256 26 240 0 127 10 40 462 116 46
Binary 10101110 10110 10100000 0 1010111 1000 100000 100110010 1001110 100110

Color Harmonies of #AE16A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE16A0

Black with #AE16A0

Text Example


Text Example

White with #AE16A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE16A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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