Html Css Color HEX #AC4EC3 Medium Orchid

📋 copy color: '#AC4EC3'

red 172 ◦ green 78 ◦ blue 195

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

Shades of Medium Orchid #AC4EC3

Tints of Medium Orchid #AC4EC3

RGB

 RED value IS 172 (67.58% from 255) = 38.65%

 GREEN value IS 78 (30.86% from 255) = 17.53%

 BLUE value IS 195 (76.56% from 255) = 43.82%

R = 38.65%
G = 17.53%
B = 43.82%

CMYK

 C value IS 0.12

 M value IS 0.6

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC4EC3 (or 0xAC4EC3) is known color: Medium Orchid. HEX triplet: AC, 4E and C3. RGB value is (172,78,195). Sum of RGB (Red+Green+Blue) = 172+78+195=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 195 (76.56% from 255 or 43.82% from 445); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC4EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4EC3 is #53B13C. Grayscale: #777777. Windows color (decimal): -5484861 or 12799660. OLE color: 12799660.

HSL color Cylindrical-coordinate representation of color #AC4EC3: hue angle of 288.21º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4EC3 is Cyan = 0.12, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 78 195 -
CMYK 0.12 0.6 0 0.24
HSL 288.21º 0.49% 0.54% -
HSV(B) 288.21º 0.6% 0.76% -
XYZ 29.59 18.16 53.58 -
YUV 119.44 170.64 165.49 -
System Red Green Blue C M Y K H S L
Decimal 172 78 195 0.12 0.6 0 0.24 288.21 0.49 0.54
Hex AC 4E C3 C 3C 0 18 120 31 36
Octal 254 116 303 14 74 0 30 440 61 66
Binary 10101100 1001110 11000011 1100 111100 0 11000 100100000 110001 110110

Color Harmonies of #AC4EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4EC3

Black with #AC4EC3

Text Example


Text Example

White with #AC4EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4EC3; }

 p { color: rgb(172,78,195); }

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

background-color css

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

 a { background-color: rgb(172,78,195); }

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

border-color css

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

 span { border-color: rgb(172,78,195); }

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