Html Css Color HEX #AE1487 Medium Violet Red

📋 copy color: '#AE1487'

red 174 ◦ green 20 ◦ blue 135

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

Shades of Medium Violet Red #AE1487

Tints of Medium Violet Red #AE1487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.08%

 BLUE value IS 135 (53.13% from 255) = 41.03%

R = 52.89%
G = 6.08%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AE1487 (or 0xAE1487) is known color: Medium Violet Red. HEX triplet: AE, 14 and 87. RGB value is (174,20,135). Sum of RGB (Red+Green+Blue) = 174+20+135=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1487 is #51EB78. Grayscale: #4E4E4E. Windows color (decimal): -5368697 or 8852654. OLE color: 8852654.

HSL color Cylindrical-coordinate representation of color #AE1487: hue angle of 315.19º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1487 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 20 135 -
CMYK 0 0.89 0.22 0.32
HSL 315.19º 0.79% 0.38% -
HSV(B) 315.19º 0.89% 0.68% -
XYZ 22.08 11.25 23.93 -
YUV 79.16 159.52 195.65 -
System Red Green Blue C M Y K H S L
Decimal 174 20 135 0 0.89 0.22 0.32 315.19 0.79 0.38
Hex AE 14 87 0 59 16 20 13B 4F 26
Octal 256 24 207 0 131 26 40 473 117 46
Binary 10101110 10100 10000111 0 1011001 10110 100000 100111011 1001111 100110

Color Harmonies of #AE1487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1487

Black with #AE1487

Text Example


Text Example

White with #AE1487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1487; }

 p { color: rgb(174,20,135); }

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

background-color css

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

 a { background-color: rgb(174,20,135); }

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

border-color css

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

 span { border-color: rgb(174,20,135); }

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