Html Css Color HEX #AE3C9C Medium Red Violet

📋 copy color: '#AE3C9C'

red 174 ◦ green 60 ◦ blue 156

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

Shades of Medium Red Violet #AE3C9C

Tints of Medium Red Violet #AE3C9C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.38%

 BLUE value IS 156 (61.33% from 255) = 40%

R = 44.62%
G = 15.38%
B = 40%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE3C9C (or 0xAE3C9C) is known color: Medium Red Violet. HEX triplet: AE, 3C and 9C. RGB value is (174,60,156). Sum of RGB (Red+Green+Blue) = 174+60+156=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3C9C is #51C363. Grayscale: #686868. Windows color (decimal): -5358436 or 10239150. OLE color: 10239150.

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

Color convert

RGB 174 60 156 -
CMYK 0 0.66 0.10 0.32
HSL 309.47º 0.49% 0.46% -
HSV(B) 309.47º 0.66% 0.68% -
XYZ 25.07 14.63 32.96 -
YUV 105.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 174 60 156 0 0.66 0.10 0.32 309.47 0.49 0.46
Hex AE 3C 9C 0 42 A 20 135 31 2E
Octal 256 74 234 0 102 12 40 465 61 56
Binary 10101110 111100 10011100 0 1000010 1010 100000 100110101 110001 101110

Color Harmonies of #AE3C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C9C

Black with #AE3C9C

Text Example


Text Example

White with #AE3C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C9C; }

 p { color: rgb(174,60,156); }

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

background-color css

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

 a { background-color: rgb(174,60,156); }

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

border-color css

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

 span { border-color: rgb(174,60,156); }

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