Html Css Color HEX #AE1490 Medium Violet Red

📋 copy color: '#AE1490'

red 174 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #AE1490

Tints of Medium Violet Red #AE1490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.6%

R = 51.48%
G = 5.92%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE1490 (or 0xAE1490) is known color: Medium Violet Red. HEX triplet: AE, 14 and 90. RGB value is (174,20,144). Sum of RGB (Red+Green+Blue) = 174+20+144=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1490 is #51EB6F. Grayscale: #4F4F4F. Windows color (decimal): -5368688 or 9442478. OLE color: 9442478.

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

Color convert

RGB 174 20 144 -
CMYK 0 0.89 0.17 0.32
HSL 311.69º 0.79% 0.38% -
HSV(B) 311.69º 0.89% 0.68% -
XYZ 22.74 11.51 27.41 -
YUV 80.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 174 20 144 0 0.89 0.17 0.32 311.69 0.79 0.38
Hex AE 14 90 0 59 11 20 138 4F 26
Octal 256 24 220 0 131 21 40 470 117 46
Binary 10101110 10100 10010000 0 1011001 10001 100000 100111000 1001111 100110

Color Harmonies of #AE1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1490

Black with #AE1490

Text Example


Text Example

White with #AE1490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1490; }

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

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

background-color css

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

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

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

border-color css

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

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

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