Html Css Color HEX #AE1190 Medium Violet Red

📋 copy color: '#AE1190'

red 174 ◦ green 17 ◦ blue 144

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

Shades of Medium Violet Red #AE1190

Tints of Medium Violet Red #AE1190

RGB

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

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

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

R = 51.94%
G = 5.07%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE1190 (or 0xAE1190) is known color: Medium Violet Red. HEX triplet: AE, 11 and 90. RGB value is (174,17,144). Sum of RGB (Red+Green+Blue) = 174+17+144=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1190 is #51EE6F. Grayscale: #4E4E4E. Windows color (decimal): -5369456 or 9441710. OLE color: 9441710.

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

Color convert

RGB 174 17 144 -
CMYK 0 0.90 0.17 0.32
HSL 311.47º 0.82% 0.37% -
HSV(B) 311.47º 0.9% 0.68% -
XYZ 22.69 11.41 27.39 -
YUV 78.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 174 17 144 0 0.90 0.17 0.32 311.47 0.82 0.37
Hex AE 11 90 0 5A 11 20 137 52 25
Octal 256 21 220 0 132 21 40 467 122 45
Binary 10101110 10001 10010000 0 1011010 10001 100000 100110111 1010010 100101

Color Harmonies of #AE1190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1190

Black with #AE1190

Text Example


Text Example

White with #AE1190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1190; }

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

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

background-color css

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

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

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

border-color css

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

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

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