Html Css Color HEX #AE2690 Medium Red Violet

📋 copy color: '#AE2690'

red 174 ◦ green 38 ◦ blue 144

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

Shades of Medium Red Violet #AE2690

Tints of Medium Red Violet #AE2690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.67%

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

R = 48.88%
G = 10.67%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE2690 (or 0xAE2690) is known color: Medium Red Violet. HEX triplet: AE, 26 and 90. RGB value is (174,38,144). Sum of RGB (Red+Green+Blue) = 174+38+144=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2690 is #51D96F. Grayscale: #5A5A5A. Windows color (decimal): -5364080 or 9447086. OLE color: 9447086.

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

Color convert

RGB 174 38 144 -
CMYK 0 0.78 0.17 0.32
HSL 313.24º 0.64% 0.42% -
HSV(B) 313.24º 0.78% 0.68% -
XYZ 23.18 12.4 27.56 -
YUV 90.75 158.06 187.38 -
System Red Green Blue C M Y K H S L
Decimal 174 38 144 0 0.78 0.17 0.32 313.24 0.64 0.42
Hex AE 26 90 0 4E 11 20 139 40 2A
Octal 256 46 220 0 116 21 40 471 100 52
Binary 10101110 100110 10010000 0 1001110 10001 100000 100111001 1000000 101010

Color Harmonies of #AE2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2690

Black with #AE2690

Text Example


Text Example

White with #AE2690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2690; }

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

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

background-color css

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

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

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

border-color css

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

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

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