Html Css Color HEX #AE147A Medium Violet Red

📋 copy color: '#AE147A'

red 174 ◦ green 20 ◦ blue 122

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

Shades of Medium Violet Red #AE147A

Tints of Medium Violet Red #AE147A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.33%

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

R = 55.06%
G = 6.33%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE147A (or 0xAE147A) is known color: Medium Violet Red. HEX triplet: AE, 14 and 7A. RGB value is (174,20,122). Sum of RGB (Red+Green+Blue) = 174+20+122=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE147A is #51EB85. Grayscale: #4D4D4D. Windows color (decimal): -5368710 or 8000686. OLE color: 8000686.

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

Color convert

RGB 174 20 122 -
CMYK 0 0.89 0.30 0.32
HSL 320.26º 0.79% 0.38% -
HSV(B) 320.26º 0.89% 0.68% -
XYZ 21.22 10.9 19.4 -
YUV 77.67 153.02 196.71 -
System Red Green Blue C M Y K H S L
Decimal 174 20 122 0 0.89 0.30 0.32 320.26 0.79 0.38
Hex AE 14 7A 0 59 1E 20 140 4F 26
Octal 256 24 172 0 131 36 40 500 117 46
Binary 10101110 10100 1111010 0 1011001 11110 100000 101000000 1001111 100110

Color Harmonies of #AE147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE147A

Black with #AE147A

Text Example


Text Example

White with #AE147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE147A; }

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

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

background-color css

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

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

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

border-color css

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

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

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