Html Css Color HEX #AE1D8F Medium Violet Red

📋 copy color: '#AE1D8F'

red 174 ◦ green 29 ◦ blue 143

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

Shades of Medium Violet Red #AE1D8F

Tints of Medium Violet Red #AE1D8F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.38%

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

R = 50.29%
G = 8.38%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE1D8F (or 0xAE1D8F) is known color: Medium Violet Red. HEX triplet: AE, 1D and 8F. RGB value is (174,29,143). Sum of RGB (Red+Green+Blue) = 174+29+143=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1D8F is #51E270. Grayscale: #555555. Windows color (decimal): -5366385 or 9379246. OLE color: 9379246.

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

Color convert

RGB 174 29 143 -
CMYK 0 0.83 0.18 0.32
HSL 312.83º 0.71% 0.4% -
HSV(B) 312.83º 0.83% 0.68% -
XYZ 22.85 11.86 27.07 -
YUV 85.35 160.54 191.23 -
System Red Green Blue C M Y K H S L
Decimal 174 29 143 0 0.83 0.18 0.32 312.83 0.71 0.4
Hex AE 1D 8F 0 53 12 20 139 47 28
Octal 256 35 217 0 123 22 40 471 107 50
Binary 10101110 11101 10001111 0 1010011 10010 100000 100111001 1000111 101000

Color Harmonies of #AE1D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1D8F

Black with #AE1D8F

Text Example


Text Example

White with #AE1D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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