Html Css Color HEX #AE078F Medium Violet Red

📋 copy color: '#AE078F'

red 174 ◦ green 7 ◦ blue 143

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

Shades of Medium Violet Red #AE078F

Tints of Medium Violet Red #AE078F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.14%

R = 53.7%
G = 2.16%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE078F (or 0xAE078F) is known color: Medium Violet Red. HEX triplet: AE, 07 and 8F. RGB value is (174,7,143). Sum of RGB (Red+Green+Blue) = 174+7+143=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE078F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE078F is #51F870. Grayscale: #484848. Windows color (decimal): -5372017 or 9373614. OLE color: 9373614.

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

Color convert

RGB 174 7 143 -
CMYK 0 0.96 0.18 0.32
HSL 311.14º 0.92% 0.35% -
HSV(B) 311.14º 0.96% 0.68% -
XYZ 22.49 11.13 26.95 -
YUV 72.44 167.83 200.44 -
System Red Green Blue C M Y K H S L
Decimal 174 7 143 0 0.96 0.18 0.32 311.14 0.92 0.35
Hex AE 7 8F 0 60 12 20 137 5C 23
Octal 256 7 217 0 140 22 40 467 134 43
Binary 10101110 111 10001111 0 1100000 10010 100000 100110111 1011100 100011

Color Harmonies of #AE078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE078F

Black with #AE078F

Text Example


Text Example

White with #AE078F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE078F; }

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

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

background-color css

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

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

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

border-color css

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

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

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