Html Css Color HEX #AE1C8C Medium Violet Red

📋 copy color: '#AE1C8C'

red 174 ◦ green 28 ◦ blue 140

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

Shades of Medium Violet Red #AE1C8C

Tints of Medium Violet Red #AE1C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.94%

R = 50.88%
G = 8.19%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE1C8C (or 0xAE1C8C) is known color: Medium Violet Red. HEX triplet: AE, 1C and 8C. RGB value is (174,28,140). Sum of RGB (Red+Green+Blue) = 174+28+140=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1C8C is #51E373. Grayscale: #545454. Windows color (decimal): -5366644 or 9182382. OLE color: 9182382.

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

Color convert

RGB 174 28 140 -
CMYK 0 0.84 0.20 0.32
HSL 313.97º 0.72% 0.4% -
HSV(B) 313.97º 0.84% 0.68% -
XYZ 22.6 11.72 25.88 -
YUV 84.42 159.37 191.89 -
System Red Green Blue C M Y K H S L
Decimal 174 28 140 0 0.84 0.20 0.32 313.97 0.72 0.4
Hex AE 1C 8C 0 54 14 20 13A 48 28
Octal 256 34 214 0 124 24 40 472 110 50
Binary 10101110 11100 10001100 0 1010100 10100 100000 100111010 1001000 101000

Color Harmonies of #AE1C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C8C

Black with #AE1C8C

Text Example


Text Example

White with #AE1C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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