Html Css Color HEX #AE4686 Medium Red Violet

📋 copy color: '#AE4686'

red 174 ◦ green 70 ◦ blue 134

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

Shades of Medium Red Violet #AE4686

Tints of Medium Red Violet #AE4686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.52%

 BLUE value IS 134 (52.73% from 255) = 35.45%

R = 46.03%
G = 18.52%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AE4686 (or 0xAE4686) is known color: Medium Red Violet. HEX triplet: AE, 46 and 86. RGB value is (174,70,134). Sum of RGB (Red+Green+Blue) = 174+70+134=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4686 is #51B979. Grayscale: #6C6C6C. Windows color (decimal): -5355898 or 8799918. OLE color: 8799918.

HSL color Cylindrical-coordinate representation of color #AE4686: hue angle of 323.08º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4686 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 70 134 -
CMYK 0 0.60 0.23 0.32
HSL 323.08º 0.43% 0.48% -
HSV(B) 323.08º 0.6% 0.68% -
XYZ 23.95 15.1 24.21 -
YUV 108.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 174 70 134 0 0.60 0.23 0.32 323.08 0.43 0.48
Hex AE 46 86 0 3C 17 20 143 2B 30
Octal 256 106 206 0 74 27 40 503 53 60
Binary 10101110 1000110 10000110 0 111100 10111 100000 101000011 101011 110000

Color Harmonies of #AE4686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4686

Black with #AE4686

Text Example


Text Example

White with #AE4686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4686; }

 p { color: rgb(174,70,134); }

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

background-color css

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

 a { background-color: rgb(174,70,134); }

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

border-color css

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

 span { border-color: rgb(174,70,134); }

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