Html Css Color HEX #AE117A Medium Violet Red

📋 copy color: '#AE117A'

red 174 ◦ green 17 ◦ blue 122

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

Shades of Medium Violet Red #AE117A

Tints of Medium Violet Red #AE117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.98%

R = 55.59%
G = 5.43%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE117A (or 0xAE117A) is known color: Medium Violet Red. HEX triplet: AE, 11 and 7A. RGB value is (174,17,122). Sum of RGB (Red+Green+Blue) = 174+17+122=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE117A is #51EE85. Grayscale: #4B4B4B. Windows color (decimal): -5369478 or 7999918. OLE color: 7999918.

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

Color convert

RGB 174 17 122 -
CMYK 0 0.90 0.30 0.32
HSL 319.87º 0.82% 0.37% -
HSV(B) 319.87º 0.9% 0.68% -
XYZ 21.17 10.8 19.38 -
YUV 75.91 154.01 197.96 -
System Red Green Blue C M Y K H S L
Decimal 174 17 122 0 0.90 0.30 0.32 319.87 0.82 0.37
Hex AE 11 7A 0 5A 1E 20 140 52 25
Octal 256 21 172 0 132 36 40 500 122 45
Binary 10101110 10001 1111010 0 1011010 11110 100000 101000000 1010010 100101

Color Harmonies of #AE117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE117A

Black with #AE117A

Text Example


Text Example

White with #AE117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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