Html Css Color HEX #AE0790 Medium Violet Red

📋 copy color: '#AE0790'

red 174 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #AE0790

Tints of Medium Violet Red #AE0790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 53.54%
G = 2.15%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE0790 (or 0xAE0790) is known color: Medium Violet Red. HEX triplet: AE, 07 and 90. RGB value is (174,7,144). Sum of RGB (Red+Green+Blue) = 174+7+144=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0790 is #51F86F. Grayscale: #484848. Windows color (decimal): -5372016 or 9439150. OLE color: 9439150.

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

Color convert

RGB 174 7 144 -
CMYK 0 0.96 0.17 0.32
HSL 310.78º 0.92% 0.35% -
HSV(B) 310.78º 0.96% 0.68% -
XYZ 22.57 11.16 27.35 -
YUV 72.55 168.33 200.36 -
System Red Green Blue C M Y K H S L
Decimal 174 7 144 0 0.96 0.17 0.32 310.78 0.92 0.35
Hex AE 7 90 0 60 11 20 137 5C 23
Octal 256 7 220 0 140 21 40 467 134 43
Binary 10101110 111 10010000 0 1100000 10001 100000 100110111 1011100 100011

Color Harmonies of #AE0790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0790

Black with #AE0790

Text Example


Text Example

White with #AE0790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0790; }

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

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

background-color css

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

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

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

border-color css

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

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

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