Html Css Color HEX #AE4095 Medium Red Violet

📋 copy color: '#AE4095'

red 174 ◦ green 64 ◦ blue 149

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

Shades of Medium Red Violet #AE4095

Tints of Medium Red Violet #AE4095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.54%

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

R = 44.96%
G = 16.54%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE4095 (or 0xAE4095) is known color: Medium Red Violet. HEX triplet: AE, 40 and 95. RGB value is (174,64,149). Sum of RGB (Red+Green+Blue) = 174+64+149=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4095 is #51BF6A. Grayscale: #6A6A6A. Windows color (decimal): -5357419 or 9781422. OLE color: 9781422.

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

Color convert

RGB 174 64 149 -
CMYK 0 0.63 0.14 0.32
HSL 313.64º 0.46% 0.47% -
HSV(B) 313.64º 0.63% 0.68% -
XYZ 24.71 14.84 29.99 -
YUV 106.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 174 64 149 0 0.63 0.14 0.32 313.64 0.46 0.47
Hex AE 40 95 0 3F E 20 13A 2E 2F
Octal 256 100 225 0 77 16 40 472 56 57
Binary 10101110 1000000 10010101 0 111111 1110 100000 100111010 101110 101111

Color Harmonies of #AE4095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4095

Black with #AE4095

Text Example


Text Example

White with #AE4095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4095; }

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

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

background-color css

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

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

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

border-color css

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

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

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