Html Css Color HEX #AE4290 Medium Red Violet

📋 copy color: '#AE4290'

red 174 ◦ green 66 ◦ blue 144

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

Shades of Medium Red Violet #AE4290

Tints of Medium Red Violet #AE4290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.19%

 BLUE value IS 144 (56.64% from 255) = 37.5%

R = 45.31%
G = 17.19%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE4290 (or 0xAE4290) is known color: Medium Red Violet. HEX triplet: AE, 42 and 90. RGB value is (174,66,144). Sum of RGB (Red+Green+Blue) = 174+66+144=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4290 is #51BD6F. Grayscale: #6A6A6A. Windows color (decimal): -5356912 or 9454254. OLE color: 9454254.

HSL color Cylindrical-coordinate representation of color #AE4290: hue angle of 316.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE4290 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 66 144 -
CMYK 0 0.62 0.17 0.32
HSL 316.67º 0.45% 0.47% -
HSV(B) 316.67º 0.62% 0.68% -
XYZ 24.44 14.91 27.98 -
YUV 107.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 174 66 144 0 0.62 0.17 0.32 316.67 0.45 0.47
Hex AE 42 90 0 3E 11 20 13D 2D 2F
Octal 256 102 220 0 76 21 40 475 55 57
Binary 10101110 1000010 10010000 0 111110 10001 100000 100111101 101101 101111

Color Harmonies of #AE4290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4290

Black with #AE4290

Text Example


Text Example

White with #AE4290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4290; }

 p { color: rgb(174,66,144); }

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

background-color css

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

 a { background-color: rgb(174,66,144); }

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

border-color css

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

 span { border-color: rgb(174,66,144); }

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