Html Css Color HEX #AE0794 Medium Violet Red

📋 copy color: '#AE0794'

red 174 ◦ green 7 ◦ blue 148

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

Shades of Medium Violet Red #AE0794

Tints of Medium Violet Red #AE0794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.98%

R = 52.89%
G = 2.13%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE0794 (or 0xAE0794) is known color: Medium Violet Red. HEX triplet: AE, 07 and 94. RGB value is (174,7,148). Sum of RGB (Red+Green+Blue) = 174+7+148=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0794 is #51F86B. Grayscale: #484848. Windows color (decimal): -5372012 or 9701294. OLE color: 9701294.

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

Color convert

RGB 174 7 148 -
CMYK 0 0.96 0.15 0.32
HSL 309.34º 0.92% 0.35% -
HSV(B) 309.34º 0.96% 0.68% -
XYZ 22.88 11.29 28.99 -
YUV 73.01 170.33 200.04 -
System Red Green Blue C M Y K H S L
Decimal 174 7 148 0 0.96 0.15 0.32 309.34 0.92 0.35
Hex AE 7 94 0 60 F 20 135 5C 23
Octal 256 7 224 0 140 17 40 465 134 43
Binary 10101110 111 10010100 0 1100000 1111 100000 100110101 1011100 100011

Color Harmonies of #AE0794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0794

Black with #AE0794

Text Example


Text Example

White with #AE0794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0794; }

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

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

background-color css

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

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

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

border-color css

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

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

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