Html Css Color HEX #AE1D8D Medium Violet Red

📋 copy color: '#AE1D8D'

red 174 ◦ green 29 ◦ blue 141

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

Shades of Medium Violet Red #AE1D8D

Tints of Medium Violet Red #AE1D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 50.58%
G = 8.43%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE1D8D (or 0xAE1D8D) is known color: Medium Violet Red. HEX triplet: AE, 1D and 8D. RGB value is (174,29,141). Sum of RGB (Red+Green+Blue) = 174+29+141=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1D8D is #51E272. Grayscale: #545454. Windows color (decimal): -5366387 or 9248174. OLE color: 9248174.

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

Color convert

RGB 174 29 141 -
CMYK 0 0.83 0.19 0.32
HSL 313.66º 0.71% 0.4% -
HSV(B) 313.66º 0.83% 0.68% -
XYZ 22.7 11.8 26.28 -
YUV 85.12 159.54 191.39 -
System Red Green Blue C M Y K H S L
Decimal 174 29 141 0 0.83 0.19 0.32 313.66 0.71 0.4
Hex AE 1D 8D 0 53 13 20 13A 47 28
Octal 256 35 215 0 123 23 40 472 107 50
Binary 10101110 11101 10001101 0 1010011 10011 100000 100111010 1000111 101000

Color Harmonies of #AE1D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1D8D

Black with #AE1D8D

Text Example


Text Example

White with #AE1D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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