Html Css Color HEX #AE1C76 Medium Violet Red

📋 copy color: '#AE1C76'

red 174 ◦ green 28 ◦ blue 118

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

Shades of Medium Violet Red #AE1C76

Tints of Medium Violet Red #AE1C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 54.38%
G = 8.75%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE1C76 (or 0xAE1C76) is known color: Medium Violet Red. HEX triplet: AE, 1C and 76. RGB value is (174,28,118). Sum of RGB (Red+Green+Blue) = 174+28+118=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1C76 is #51E389. Grayscale: #515151. Windows color (decimal): -5366666 or 7740590. OLE color: 7740590.

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

Color convert

RGB 174 28 118 -
CMYK 0 0.84 0.32 0.32
HSL 323.01º 0.72% 0.4% -
HSV(B) 323.01º 0.84% 0.68% -
XYZ 21.14 11.14 18.17 -
YUV 81.91 148.37 193.68 -
System Red Green Blue C M Y K H S L
Decimal 174 28 118 0 0.84 0.32 0.32 323.01 0.72 0.4
Hex AE 1C 76 0 54 20 20 143 48 28
Octal 256 34 166 0 124 40 40 503 110 50
Binary 10101110 11100 1110110 0 1010100 100000 100000 101000011 1001000 101000

Color Harmonies of #AE1C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C76

Black with #AE1C76

Text Example


Text Example

White with #AE1C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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