Html Css Color HEX #AE298B Medium Red Violet

📋 copy color: '#AE298B'

red 174 ◦ green 41 ◦ blue 139

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

Shades of Medium Red Violet #AE298B

Tints of Medium Red Violet #AE298B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.58%

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

R = 49.15%
G = 11.58%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE298B (or 0xAE298B) is known color: Medium Red Violet. HEX triplet: AE, 29 and 8B. RGB value is (174,41,139). Sum of RGB (Red+Green+Blue) = 174+41+139=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE298B is #51D674. Grayscale: #5B5B5B. Windows color (decimal): -5363317 or 9120174. OLE color: 9120174.

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

Color convert

RGB 174 41 139 -
CMYK 0 0.76 0.20 0.32
HSL 315.79º 0.62% 0.42% -
HSV(B) 315.79º 0.76% 0.68% -
XYZ 22.91 12.45 25.62 -
YUV 91.94 154.56 186.53 -
System Red Green Blue C M Y K H S L
Decimal 174 41 139 0 0.76 0.20 0.32 315.79 0.62 0.42
Hex AE 29 8B 0 4C 14 20 13C 3E 2A
Octal 256 51 213 0 114 24 40 474 76 52
Binary 10101110 101001 10001011 0 1001100 10100 100000 100111100 111110 101010

Color Harmonies of #AE298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE298B

Black with #AE298B

Text Example


Text Example

White with #AE298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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