Html Css Color HEX #AE1992 Medium Violet Red

📋 copy color: '#AE1992'

red 174 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #AE1992

Tints of Medium Violet Red #AE1992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.25%

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

R = 50.43%
G = 7.25%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE1992 (or 0xAE1992) is known color: Medium Violet Red. HEX triplet: AE, 19 and 92. RGB value is (174,25,146). Sum of RGB (Red+Green+Blue) = 174+25+146=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1992 is #51E66D. Grayscale: #535353. Windows color (decimal): -5367406 or 9574830. OLE color: 9574830.

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

Color convert

RGB 174 25 146 -
CMYK 0 0.86 0.16 0.32
HSL 311.28º 0.75% 0.39% -
HSV(B) 311.28º 0.86% 0.68% -
XYZ 22.99 11.77 28.25 -
YUV 83.35 163.36 192.66 -
System Red Green Blue C M Y K H S L
Decimal 174 25 146 0 0.86 0.16 0.32 311.28 0.75 0.39
Hex AE 19 92 0 56 10 20 137 4B 27
Octal 256 31 222 0 126 20 40 467 113 47
Binary 10101110 11001 10010010 0 1010110 10000 100000 100110111 1001011 100111

Color Harmonies of #AE1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1992

Black with #AE1992

Text Example


Text Example

White with #AE1992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1992; }

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

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

background-color css

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

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

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

border-color css

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

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

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