Html Css Color HEX #AE4495 Medium Red Violet

📋 copy color: '#AE4495'

red 174 ◦ green 68 ◦ blue 149

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

Shades of Medium Red Violet #AE4495

Tints of Medium Red Violet #AE4495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.11%

R = 44.5%
G = 17.39%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE4495 (or 0xAE4495) is known color: Medium Red Violet. HEX triplet: AE, 44 and 95. RGB value is (174,68,149). Sum of RGB (Red+Green+Blue) = 174+68+149=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4495 is #51BB6A. Grayscale: #6C6C6C. Windows color (decimal): -5356395 or 9782446. OLE color: 9782446.

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

Color convert

RGB 174 68 149 -
CMYK 0 0.61 0.14 0.32
HSL 314.15º 0.44% 0.47% -
HSV(B) 314.15º 0.61% 0.68% -
XYZ 24.95 15.3 30.07 -
YUV 108.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 174 68 149 0 0.61 0.14 0.32 314.15 0.44 0.47
Hex AE 44 95 0 3D E 20 13A 2C 2F
Octal 256 104 225 0 75 16 40 472 54 57
Binary 10101110 1000100 10010101 0 111101 1110 100000 100111010 101100 101111

Color Harmonies of #AE4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4495

Black with #AE4495

Text Example


Text Example

White with #AE4495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4495; }

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

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

background-color css

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

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

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

border-color css

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

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

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