Html Css Color HEX #AC4EDC Medium Orchid

📋 copy color: '#AC4EDC'

red 172 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #AC4EDC

Tints of Medium Orchid #AC4EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 36.6%
G = 16.6%
B = 46.81%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC4EDC (or 0xAC4EDC) is known color: Medium Orchid. HEX triplet: AC, 4E and DC. RGB value is (172,78,220). Sum of RGB (Red+Green+Blue) = 172+78+220=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC4EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4EDC is #53B123. Grayscale: #797979. Windows color (decimal): -5484836 or 14438060. OLE color: 14438060.

HSL color Cylindrical-coordinate representation of color #AC4EDC: hue angle of 279.72º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC4EDC is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 78 220 -
CMYK 0.22 0.65 0 0.14
HSL 279.72º 0.67% 0.58% -
HSV(B) 279.72º 0.65% 0.86% -
XYZ 32.66 19.39 69.73 -
YUV 122.29 183.14 163.45 -
System Red Green Blue C M Y K H S L
Decimal 172 78 220 0.22 0.65 0 0.14 279.72 0.67 0.58
Hex AC 4E DC 16 41 0 E 118 43 3A
Octal 254 116 334 26 101 0 16 430 103 72
Binary 10101100 1001110 11011100 10110 1000001 0 1110 100011000 1000011 111010

Color Harmonies of #AC4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4EDC

Black with #AC4EDC

Text Example


Text Example

White with #AC4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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