Html Css Color HEX #AE1E7B Medium Red Violet

📋 copy color: '#AE1E7B'

red 174 ◦ green 30 ◦ blue 123

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

Shades of Medium Red Violet #AE1E7B

Tints of Medium Red Violet #AE1E7B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.17%

 BLUE value IS 123 (48.44% from 255) = 37.61%

R = 53.21%
G = 9.17%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE1E7B (or 0xAE1E7B) is known color: Medium Red Violet. HEX triplet: AE, 1E and 7B. RGB value is (174,30,123). Sum of RGB (Red+Green+Blue) = 174+30+123=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1E7B is #51E184. Grayscale: #535353. Windows color (decimal): -5366149 or 8068782. OLE color: 8068782.

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

Color convert

RGB 174 30 123 -
CMYK 0 0.83 0.29 0.32
HSL 321.25º 0.71% 0.4% -
HSV(B) 321.25º 0.83% 0.68% -
XYZ 21.49 11.36 19.8 -
YUV 83.66 150.21 192.44 -
System Red Green Blue C M Y K H S L
Decimal 174 30 123 0 0.83 0.29 0.32 321.25 0.71 0.4
Hex AE 1E 7B 0 53 1D 20 141 47 28
Octal 256 36 173 0 123 35 40 501 107 50
Binary 10101110 11110 1111011 0 1010011 11101 100000 101000001 1000111 101000

Color Harmonies of #AE1E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1E7B

Black with #AE1E7B

Text Example


Text Example

White with #AE1E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1E7B; }

 p { color: rgb(174,30,123); }

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

background-color css

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

 a { background-color: rgb(174,30,123); }

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

border-color css

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

 span { border-color: rgb(174,30,123); }

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