Html Css Color HEX #AE1E7A Medium Red Violet

📋 copy color: '#AE1E7A'

red 174 ◦ green 30 ◦ blue 122

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

Shades of Medium Red Violet #AE1E7A

Tints of Medium Red Violet #AE1E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 53.37%
G = 9.2%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE1E7A (or 0xAE1E7A) is known color: Medium Red Violet. HEX triplet: AE, 1E and 7A. RGB value is (174,30,122). Sum of RGB (Red+Green+Blue) = 174+30+122=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1E7A is #51E185. Grayscale: #535353. Windows color (decimal): -5366150 or 8003246. OLE color: 8003246.

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

Color convert

RGB 174 30 122 -
CMYK 0 0.83 0.30 0.32
HSL 321.67º 0.71% 0.4% -
HSV(B) 321.67º 0.83% 0.68% -
XYZ 21.43 11.33 19.47 -
YUV 83.54 149.71 192.52 -
System Red Green Blue C M Y K H S L
Decimal 174 30 122 0 0.83 0.30 0.32 321.67 0.71 0.4
Hex AE 1E 7A 0 53 1E 20 142 47 28
Octal 256 36 172 0 123 36 40 502 107 50
Binary 10101110 11110 1111010 0 1010011 11110 100000 101000010 1000111 101000

Color Harmonies of #AE1E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1E7A

Black with #AE1E7A

Text Example


Text Example

White with #AE1E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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