Html Css Color HEX #AE077F Medium Violet Red

📋 copy color: '#AE077F'

red 174 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #AE077F

Tints of Medium Violet Red #AE077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.23%

R = 56.49%
G = 2.27%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE077F (or 0xAE077F) is known color: Medium Violet Red. HEX triplet: AE, 07 and 7F. RGB value is (174,7,127). Sum of RGB (Red+Green+Blue) = 174+7+127=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE077F is #51F880. Grayscale: #464646. Windows color (decimal): -5372033 or 8325038. OLE color: 8325038.

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

Color convert

RGB 174 7 127 -
CMYK 0 0.96 0.27 0.32
HSL 316.89º 0.92% 0.35% -
HSV(B) 316.89º 0.96% 0.68% -
XYZ 21.36 10.68 21.01 -
YUV 70.61 159.83 201.74 -
System Red Green Blue C M Y K H S L
Decimal 174 7 127 0 0.96 0.27 0.32 316.89 0.92 0.35
Hex AE 7 7F 0 60 1B 20 13D 5C 23
Octal 256 7 177 0 140 33 40 475 134 43
Binary 10101110 111 1111111 0 1100000 11011 100000 100111101 1011100 100011

Color Harmonies of #AE077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE077F

Black with #AE077F

Text Example


Text Example

White with #AE077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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