Html Css Color HEX #AE1F8C Medium Red Violet

📋 copy color: '#AE1F8C'

red 174 ◦ green 31 ◦ blue 140

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

Shades of Medium Red Violet #AE1F8C

Tints of Medium Red Violet #AE1F8C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.99%

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

R = 50.43%
G = 8.99%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE1F8C (or 0xAE1F8C) is known color: Medium Red Violet. HEX triplet: AE, 1F and 8C. RGB value is (174,31,140). Sum of RGB (Red+Green+Blue) = 174+31+140=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1F8C is #51E073. Grayscale: #555555. Windows color (decimal): -5365876 or 9183150. OLE color: 9183150.

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

Color convert

RGB 174 31 140 -
CMYK 0 0.82 0.20 0.32
HSL 314.27º 0.7% 0.4% -
HSV(B) 314.27º 0.82% 0.68% -
XYZ 22.68 11.87 25.91 -
YUV 86.18 158.38 190.64 -
System Red Green Blue C M Y K H S L
Decimal 174 31 140 0 0.82 0.20 0.32 314.27 0.7 0.4
Hex AE 1F 8C 0 52 14 20 13A 46 28
Octal 256 37 214 0 122 24 40 472 106 50
Binary 10101110 11111 10001100 0 1010010 10100 100000 100111010 1000110 101000

Color Harmonies of #AE1F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1F8C

Black with #AE1F8C

Text Example


Text Example

White with #AE1F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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