Html Css Color HEX #AE1C94 Medium Violet Red

📋 copy color: '#AE1C94'

red 174 ◦ green 28 ◦ blue 148

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

Shades of Medium Violet Red #AE1C94

Tints of Medium Violet Red #AE1C94

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8%

 BLUE value IS 148 (58.2% from 255) = 42.29%

R = 49.71%
G = 8%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE1C94 (or 0xAE1C94) is known color: Medium Violet Red. HEX triplet: AE, 1C and 94. RGB value is (174,28,148). Sum of RGB (Red+Green+Blue) = 174+28+148=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1C94 is #51E36B. Grayscale: #555555. Windows color (decimal): -5366636 or 9706670. OLE color: 9706670.

HSL color Cylindrical-coordinate representation of color #AE1C94: hue angle of 310.68º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1C94 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 28 148 -
CMYK 0 0.84 0.15 0.32
HSL 310.68º 0.72% 0.4% -
HSV(B) 310.68º 0.84% 0.68% -
XYZ 23.22 11.97 29.1 -
YUV 85.33 163.37 191.24 -
System Red Green Blue C M Y K H S L
Decimal 174 28 148 0 0.84 0.15 0.32 310.68 0.72 0.4
Hex AE 1C 94 0 54 F 20 137 48 28
Octal 256 34 224 0 124 17 40 467 110 50
Binary 10101110 11100 10010100 0 1010100 1111 100000 100110111 1001000 101000

Color Harmonies of #AE1C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C94

Black with #AE1C94

Text Example


Text Example

White with #AE1C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C94; }

 p { color: rgb(174,28,148); }

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

background-color css

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

 a { background-color: rgb(174,28,148); }

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

border-color css

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

 span { border-color: rgb(174,28,148); }

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