Html Css Color HEX #AE1592 Medium Violet Red

📋 copy color: '#AE1592'

red 174 ◦ green 21 ◦ blue 146

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

Shades of Medium Violet Red #AE1592

Tints of Medium Violet Red #AE1592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.16%

 BLUE value IS 146 (57.42% from 255) = 42.82%

R = 51.03%
G = 6.16%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE1592 (or 0xAE1592) is known color: Medium Violet Red. HEX triplet: AE, 15 and 92. RGB value is (174,21,146). Sum of RGB (Red+Green+Blue) = 174+21+146=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1592 is #51EA6D. Grayscale: #505050. Windows color (decimal): -5368430 or 9573806. OLE color: 9573806.

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

Color convert

RGB 174 21 146 -
CMYK 0 0.88 0.16 0.32
HSL 310.98º 0.78% 0.38% -
HSV(B) 310.98º 0.88% 0.68% -
XYZ 22.91 11.61 28.23 -
YUV 81 164.69 194.34 -
System Red Green Blue C M Y K H S L
Decimal 174 21 146 0 0.88 0.16 0.32 310.98 0.78 0.38
Hex AE 15 92 0 58 10 20 137 4E 26
Octal 256 25 222 0 130 20 40 467 116 46
Binary 10101110 10101 10010010 0 1011000 10000 100000 100110111 1001110 100110

Color Harmonies of #AE1592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1592

Black with #AE1592

Text Example


Text Example

White with #AE1592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1592; }

 p { color: rgb(174,21,146); }

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

background-color css

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

 a { background-color: rgb(174,21,146); }

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

border-color css

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

 span { border-color: rgb(174,21,146); }

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