Html Css Color HEX #AE4486 Medium Red Violet

📋 copy color: '#AE4486'

red 174 ◦ green 68 ◦ blue 134

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

Shades of Medium Red Violet #AE4486

Tints of Medium Red Violet #AE4486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.09%

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

R = 46.28%
G = 18.09%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AE4486 (or 0xAE4486) is known color: Medium Red Violet. HEX triplet: AE, 44 and 86. RGB value is (174,68,134). Sum of RGB (Red+Green+Blue) = 174+68+134=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4486 is #51BB79. Grayscale: #6B6B6B. Windows color (decimal): -5356410 or 8799406. OLE color: 8799406.

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

Color convert

RGB 174 68 134 -
CMYK 0 0.61 0.23 0.32
HSL 322.64º 0.44% 0.47% -
HSV(B) 322.64º 0.61% 0.68% -
XYZ 23.83 14.85 24.17 -
YUV 107.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 174 68 134 0 0.61 0.23 0.32 322.64 0.44 0.47
Hex AE 44 86 0 3D 17 20 143 2C 2F
Octal 256 104 206 0 75 27 40 503 54 57
Binary 10101110 1000100 10000110 0 111101 10111 100000 101000011 101100 101111

Color Harmonies of #AE4486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4486

Black with #AE4486

Text Example


Text Example

White with #AE4486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4486; }

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

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

background-color css

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

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

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

border-color css

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

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

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