Html Css Color HEX #AE078D Medium Violet Red

📋 copy color: '#AE078D'

red 174 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #AE078D

Tints of Medium Violet Red #AE078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.79%

R = 54.04%
G = 2.17%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE078D (or 0xAE078D) is known color: Medium Violet Red. HEX triplet: AE, 07 and 8D. RGB value is (174,7,141). Sum of RGB (Red+Green+Blue) = 174+7+141=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE078D is #51F872. Grayscale: #474747. Windows color (decimal): -5372019 or 9242542. OLE color: 9242542.

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

Color convert

RGB 174 7 141 -
CMYK 0 0.96 0.19 0.32
HSL 311.86º 0.92% 0.35% -
HSV(B) 311.86º 0.96% 0.68% -
XYZ 22.34 11.07 26.16 -
YUV 72.21 166.83 200.6 -
System Red Green Blue C M Y K H S L
Decimal 174 7 141 0 0.96 0.19 0.32 311.86 0.92 0.35
Hex AE 7 8D 0 60 13 20 138 5C 23
Octal 256 7 215 0 140 23 40 470 134 43
Binary 10101110 111 10001101 0 1100000 10011 100000 100111000 1011100 100011

Color Harmonies of #AE078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE078D

Black with #AE078D

Text Example


Text Example

White with #AE078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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