Html Css Color HEX #AE309D Medium Red Violet

📋 copy color: '#AE309D'

red 174 ◦ green 48 ◦ blue 157

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

Shades of Medium Red Violet #AE309D

Tints of Medium Red Violet #AE309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.66%

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 45.91%
G = 12.66%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE309D (or 0xAE309D) is known color: Medium Red Violet. HEX triplet: AE, 30 and 9D. RGB value is (174,48,157). Sum of RGB (Red+Green+Blue) = 174+48+157=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE309D is #51CF62. Grayscale: #616161. Windows color (decimal): -5361507 or 10301614. OLE color: 10301614.

HSL color Cylindrical-coordinate representation of color #AE309D: hue angle of 308.1º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE309D is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 48 157 -
CMYK 0 0.72 0.10 0.32
HSL 308.1º 0.57% 0.44% -
HSV(B) 308.1º 0.72% 0.68% -
XYZ 24.6 13.55 33.22 -
YUV 98.1 161.24 182.14 -
System Red Green Blue C M Y K H S L
Decimal 174 48 157 0 0.72 0.10 0.32 308.1 0.57 0.44
Hex AE 30 9D 0 48 A 20 134 39 2C
Octal 256 60 235 0 110 12 40 464 71 54
Binary 10101110 110000 10011101 0 1001000 1010 100000 100110100 111001 101100

Color Harmonies of #AE309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE309D

Black with #AE309D

Text Example


Text Example

White with #AE309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE309D; }

 p { color: rgb(174,48,157); }

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

background-color css

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

 a { background-color: rgb(174,48,157); }

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

border-color css

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

 span { border-color: rgb(174,48,157); }

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