Html Css Color HEX #AE308C Medium Red Violet

📋 copy color: '#AE308C'

red 174 ◦ green 48 ◦ blue 140

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

Shades of Medium Red Violet #AE308C

Tints of Medium Red Violet #AE308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 48.07%
G = 13.26%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE308C (or 0xAE308C) is known color: Medium Red Violet. HEX triplet: AE, 30 and 8C. RGB value is (174,48,140). Sum of RGB (Red+Green+Blue) = 174+48+140=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE308C is #51CF73. Grayscale: #5F5F5F. Windows color (decimal): -5361524 or 9187502. OLE color: 9187502.

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

Color convert

RGB 174 48 140 -
CMYK 0 0.72 0.20 0.32
HSL 316.19º 0.57% 0.44% -
HSV(B) 316.19º 0.72% 0.68% -
XYZ 23.25 13.01 26.1 -
YUV 96.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 174 48 140 0 0.72 0.20 0.32 316.19 0.57 0.44
Hex AE 30 8C 0 48 14 20 13C 39 2C
Octal 256 60 214 0 110 24 40 474 71 54
Binary 10101110 110000 10001100 0 1001000 10100 100000 100111100 111001 101100

Color Harmonies of #AE308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE308C

Black with #AE308C

Text Example


Text Example

White with #AE308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE308C; }

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

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

background-color css

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

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

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

border-color css

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

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

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