Html Css Color HEX #AE1C8F Medium Violet Red

📋 copy color: '#AE1C8F'

red 174 ◦ green 28 ◦ blue 143

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

Shades of Medium Violet Red #AE1C8F

Tints of Medium Violet Red #AE1C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.45%

R = 50.43%
G = 8.12%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE1C8F (or 0xAE1C8F) is known color: Medium Violet Red. HEX triplet: AE, 1C and 8F. RGB value is (174,28,143). Sum of RGB (Red+Green+Blue) = 174+28+143=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1C8F is #51E370. Grayscale: #545454. Windows color (decimal): -5366641 or 9378990. OLE color: 9378990.

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

Color convert

RGB 174 28 143 -
CMYK 0 0.84 0.18 0.32
HSL 312.74º 0.72% 0.4% -
HSV(B) 312.74º 0.84% 0.68% -
XYZ 22.83 11.81 27.06 -
YUV 84.76 160.87 191.65 -
System Red Green Blue C M Y K H S L
Decimal 174 28 143 0 0.84 0.18 0.32 312.74 0.72 0.4
Hex AE 1C 8F 0 54 12 20 139 48 28
Octal 256 34 217 0 124 22 40 471 110 50
Binary 10101110 11100 10001111 0 1010100 10010 100000 100111001 1001000 101000

Color Harmonies of #AE1C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C8F

Black with #AE1C8F

Text Example


Text Example

White with #AE1C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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