Html Css Color HEX #AE078A Medium Violet Red

📋 copy color: '#AE078A'

red 174 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #AE078A

Tints of Medium Violet Red #AE078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 54.55%
G = 2.19%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE078A (or 0xAE078A) is known color: Medium Violet Red. HEX triplet: AE, 07 and 8A. RGB value is (174,7,138). Sum of RGB (Red+Green+Blue) = 174+7+138=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE078A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE078A is #51F875. Grayscale: #474747. Windows color (decimal): -5372022 or 9045934. OLE color: 9045934.

HSL color Cylindrical-coordinate representation of color #AE078A: hue angle of 312.93º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE078A is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 7 138 -
CMYK 0 0.96 0.21 0.32
HSL 312.93º 0.92% 0.35% -
HSV(B) 312.93º 0.96% 0.68% -
XYZ 22.12 10.99 25 -
YUV 71.87 165.33 200.85 -
System Red Green Blue C M Y K H S L
Decimal 174 7 138 0 0.96 0.21 0.32 312.93 0.92 0.35
Hex AE 7 8A 0 60 15 20 139 5C 23
Octal 256 7 212 0 140 25 40 471 134 43
Binary 10101110 111 10001010 0 1100000 10101 100000 100111001 1011100 100011

Color Harmonies of #AE078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE078A

Black with #AE078A

Text Example


Text Example

White with #AE078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE078A; }

 p { color: rgb(174,7,138); }

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

background-color css

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

 a { background-color: rgb(174,7,138); }

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

border-color css

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

 span { border-color: rgb(174,7,138); }

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