Html Css Color HEX #AE3F90 Medium Red Violet

📋 copy color: '#AE3F90'

red 174 ◦ green 63 ◦ blue 144

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

Shades of Medium Red Violet #AE3F90

Tints of Medium Red Violet #AE3F90

RGB

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

 GREEN value IS 63 (25% from 255) = 16.54%

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

R = 45.67%
G = 16.54%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE3F90 (or 0xAE3F90) is known color: Medium Red Violet. HEX triplet: AE, 3F and 90. RGB value is (174,63,144). Sum of RGB (Red+Green+Blue) = 174+63+144=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3F90 is #51C06F. Grayscale: #696969. Windows color (decimal): -5357680 or 9453486. OLE color: 9453486.

HSL color Cylindrical-coordinate representation of color #AE3F90: hue angle of 316.22º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE3F90 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 63 144 -
CMYK 0 0.64 0.17 0.32
HSL 316.22º 0.47% 0.46% -
HSV(B) 316.22º 0.64% 0.68% -
XYZ 24.27 14.57 27.92 -
YUV 105.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 174 63 144 0 0.64 0.17 0.32 316.22 0.47 0.46
Hex AE 3F 90 0 40 11 20 13C 2F 2E
Octal 256 77 220 0 100 21 40 474 57 56
Binary 10101110 111111 10010000 0 1000000 10001 100000 100111100 101111 101110

Color Harmonies of #AE3F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3F90

Black with #AE3F90

Text Example


Text Example

White with #AE3F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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