Html Css Color HEX #AE288B Medium Red Violet

📋 copy color: '#AE288B'

red 174 ◦ green 40 ◦ blue 139

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

Shades of Medium Red Violet #AE288B

Tints of Medium Red Violet #AE288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.33%

 BLUE value IS 139 (54.69% from 255) = 39.38%

R = 49.29%
G = 11.33%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE288B (or 0xAE288B) is known color: Medium Red Violet. HEX triplet: AE, 28 and 8B. RGB value is (174,40,139). Sum of RGB (Red+Green+Blue) = 174+40+139=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE288B is #51D774. Grayscale: #5B5B5B. Windows color (decimal): -5363573 or 9119918. OLE color: 9119918.

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

Color convert

RGB 174 40 139 -
CMYK 0 0.77 0.20 0.32
HSL 315.67º 0.63% 0.42% -
HSV(B) 315.67º 0.77% 0.68% -
XYZ 22.87 12.38 25.61 -
YUV 91.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 174 40 139 0 0.77 0.20 0.32 315.67 0.63 0.42
Hex AE 28 8B 0 4D 14 20 13C 3F 2A
Octal 256 50 213 0 115 24 40 474 77 52
Binary 10101110 101000 10001011 0 1001101 10100 100000 100111100 111111 101010

Color Harmonies of #AE288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE288B

Black with #AE288B

Text Example


Text Example

White with #AE288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE288B; }

 p { color: rgb(174,40,139); }

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

background-color css

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

 a { background-color: rgb(174,40,139); }

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

border-color css

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

 span { border-color: rgb(174,40,139); }

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