Html Css Color HEX #AE1292 Medium Violet Red

📋 copy color: '#AE1292'

red 174 ◦ green 18 ◦ blue 146

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

Shades of Medium Violet Red #AE1292

Tints of Medium Violet Red #AE1292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.33%

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

R = 51.48%
G = 5.33%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE1292 (or 0xAE1292) is known color: Medium Violet Red. HEX triplet: AE, 12 and 92. RGB value is (174,18,146). Sum of RGB (Red+Green+Blue) = 174+18+146=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1292 is #51ED6D. Grayscale: #4E4E4E. Windows color (decimal): -5369198 or 9573038. OLE color: 9573038.

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

Color convert

RGB 174 18 146 -
CMYK 0 0.90 0.16 0.32
HSL 310.77º 0.81% 0.38% -
HSV(B) 310.77º 0.9% 0.68% -
XYZ 22.86 11.51 28.21 -
YUV 79.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 174 18 146 0 0.90 0.16 0.32 310.77 0.81 0.38
Hex AE 12 92 0 5A 10 20 137 51 26
Octal 256 22 222 0 132 20 40 467 121 46
Binary 10101110 10010 10010010 0 1011010 10000 100000 100110111 1010001 100110

Color Harmonies of #AE1292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1292

Black with #AE1292

Text Example


Text Example

White with #AE1292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1292; }

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

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

background-color css

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

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

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

border-color css

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

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

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