Html Css Color HEX #AE288A Medium Red Violet

📋 copy color: '#AE288A'

red 174 ◦ green 40 ◦ blue 138

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

Shades of Medium Red Violet #AE288A

Tints of Medium Red Violet #AE288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.2%

R = 49.43%
G = 11.36%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE288A (or 0xAE288A) is known color: Medium Red Violet. HEX triplet: AE, 28 and 8A. RGB value is (174,40,138). Sum of RGB (Red+Green+Blue) = 174+40+138=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE288A is #51D775. Grayscale: #5A5A5A. Windows color (decimal): -5363574 or 9054382. OLE color: 9054382.

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

Color convert

RGB 174 40 138 -
CMYK 0 0.77 0.21 0.32
HSL 316.12º 0.63% 0.42% -
HSV(B) 316.12º 0.77% 0.68% -
XYZ 22.8 12.35 25.23 -
YUV 91.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 174 40 138 0 0.77 0.21 0.32 316.12 0.63 0.42
Hex AE 28 8A 0 4D 15 20 13C 3F 2A
Octal 256 50 212 0 115 25 40 474 77 52
Binary 10101110 101000 10001010 0 1001101 10101 100000 100111100 111111 101010

Color Harmonies of #AE288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE288A

Black with #AE288A

Text Example


Text Example

White with #AE288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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