Html Css Color HEX #AE4485 Medium Red Violet

📋 copy color: '#AE4485'

red 174 ◦ green 68 ◦ blue 133

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

Shades of Medium Red Violet #AE4485

Tints of Medium Red Violet #AE4485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 46.4%
G = 18.13%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE4485 (or 0xAE4485) is known color: Medium Red Violet. HEX triplet: AE, 44 and 85. RGB value is (174,68,133). Sum of RGB (Red+Green+Blue) = 174+68+133=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4485 is #51BB7A. Grayscale: #6A6A6A. Windows color (decimal): -5356411 or 8733870. OLE color: 8733870.

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

Color convert

RGB 174 68 133 -
CMYK 0 0.61 0.24 0.32
HSL 323.21º 0.44% 0.47% -
HSV(B) 323.21º 0.61% 0.68% -
XYZ 23.76 14.83 23.8 -
YUV 107.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 174 68 133 0 0.61 0.24 0.32 323.21 0.44 0.47
Hex AE 44 85 0 3D 18 20 143 2C 2F
Octal 256 104 205 0 75 30 40 503 54 57
Binary 10101110 1000100 10000101 0 111101 11000 100000 101000011 101100 101111

Color Harmonies of #AE4485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4485

Black with #AE4485

Text Example


Text Example

White with #AE4485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4485; }

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

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

background-color css

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

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

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

border-color css

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

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

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