Html Css Color HEX #AE358B Medium Red Violet

📋 copy color: '#AE358B'

red 174 ◦ green 53 ◦ blue 139

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

Shades of Medium Red Violet #AE358B

Tints of Medium Red Violet #AE358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.48%

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

R = 47.54%
G = 14.48%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE358B (or 0xAE358B) is known color: Medium Red Violet. HEX triplet: AE, 35 and 8B. RGB value is (174,53,139). Sum of RGB (Red+Green+Blue) = 174+53+139=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE358B is #51CA74. Grayscale: #626262. Windows color (decimal): -5360245 or 9123246. OLE color: 9123246.

HSL color Cylindrical-coordinate representation of color #AE358B: hue angle of 317.36º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE358B is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 53 139 -
CMYK 0 0.70 0.20 0.32
HSL 317.36º 0.53% 0.45% -
HSV(B) 317.36º 0.7% 0.68% -
XYZ 23.39 13.41 25.78 -
YUV 98.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 174 53 139 0 0.70 0.20 0.32 317.36 0.53 0.45
Hex AE 35 8B 0 46 14 20 13D 35 2D
Octal 256 65 213 0 106 24 40 475 65 55
Binary 10101110 110101 10001011 0 1000110 10100 100000 100111101 110101 101101

Color Harmonies of #AE358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE358B

Black with #AE358B

Text Example


Text Example

White with #AE358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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