Html Css Color HEX #AE4DC1 Medium Orchid

📋 copy color: '#AE4DC1'

red 174 ◦ green 77 ◦ blue 193

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

Shades of Medium Orchid #AE4DC1

Tints of Medium Orchid #AE4DC1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.34%

 BLUE value IS 193 (75.78% from 255) = 43.47%

R = 39.19%
G = 17.34%
B = 43.47%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE4DC1 (or 0xAE4DC1) is known color: Medium Orchid. HEX triplet: AE, 4D and C1. RGB value is (174,77,193). Sum of RGB (Red+Green+Blue) = 174+77+193=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE4DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DC1 is #51B23E. Grayscale: #767676. Windows color (decimal): -5354047 or 12668334. OLE color: 12668334.

HSL color Cylindrical-coordinate representation of color #AE4DC1: hue angle of 290.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4DC1 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 77 193 -
CMYK 0.10 0.60 0 0.24
HSL 290.17º 0.48% 0.53% -
HSV(B) 290.17º 0.6% 0.76% -
XYZ 29.74 18.16 52.39 -
YUV 119.23 169.64 167.07 -
System Red Green Blue C M Y K H S L
Decimal 174 77 193 0.10 0.60 0 0.24 290.17 0.48 0.53
Hex AE 4D C1 A 3C 0 18 122 30 35
Octal 256 115 301 12 74 0 30 442 60 65
Binary 10101110 1001101 11000001 1010 111100 0 11000 100100010 110000 110101

Color Harmonies of #AE4DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4DC1

Black with #AE4DC1

Text Example


Text Example

White with #AE4DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4DC1; }

 p { color: rgb(174,77,193); }

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

background-color css

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

 a { background-color: rgb(174,77,193); }

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

border-color css

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

 span { border-color: rgb(174,77,193); }

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