Html Css Color HEX #AE198D Medium Violet Red

📋 copy color: '#AE198D'

red 174 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #AE198D

Tints of Medium Violet Red #AE198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.35%

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 51.18%
G = 7.35%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE198D (or 0xAE198D) is known color: Medium Violet Red. HEX triplet: AE, 19 and 8D. RGB value is (174,25,141). Sum of RGB (Red+Green+Blue) = 174+25+141=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE198D is #51E672. Grayscale: #525252. Windows color (decimal): -5367411 or 9247150. OLE color: 9247150.

HSL color Cylindrical-coordinate representation of color #AE198D: hue angle of 313.29º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE198D is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 25 141 -
CMYK 0 0.86 0.19 0.32
HSL 313.29º 0.75% 0.39% -
HSV(B) 313.29º 0.86% 0.68% -
XYZ 22.61 11.62 26.25 -
YUV 82.78 160.86 193.07 -
System Red Green Blue C M Y K H S L
Decimal 174 25 141 0 0.86 0.19 0.32 313.29 0.75 0.39
Hex AE 19 8D 0 56 13 20 139 4B 27
Octal 256 31 215 0 126 23 40 471 113 47
Binary 10101110 11001 10001101 0 1010110 10011 100000 100111001 1001011 100111

Color Harmonies of #AE198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE198D

Black with #AE198D

Text Example


Text Example

White with #AE198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE198D; }

 p { color: rgb(174,25,141); }

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

background-color css

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

 a { background-color: rgb(174,25,141); }

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

border-color css

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

 span { border-color: rgb(174,25,141); }

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