Html Css Color HEX #AC56EC Medium Orchid

📋 copy color: '#AC56EC'

red 172 ◦ green 86 ◦ blue 236

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

Shades of Medium Orchid #AC56EC

Tints of Medium Orchid #AC56EC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.41%

 BLUE value IS 236 (92.58% from 255) = 47.77%

R = 34.82%
G = 17.41%
B = 47.77%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC56EC (or 0xAC56EC) is known color: Medium Orchid. HEX triplet: AC, 56 and EC. RGB value is (172,86,236). Sum of RGB (Red+Green+Blue) = 172+86+236=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC56EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC56EC is #53A913. Grayscale: #808080. Windows color (decimal): -5482772 or 15488684. OLE color: 15488684.

HSL color Cylindrical-coordinate representation of color #AC56EC: hue angle of 274.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC56EC is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 86 236 -
CMYK 0.27 0.64 0 0.07
HSL 274.4º 0.8% 0.63% -
HSV(B) 274.4º 0.64% 0.93% -
XYZ 35.48 21.48 81.63 -
YUV 128.81 188.49 158.8 -
System Red Green Blue C M Y K H S L
Decimal 172 86 236 0.27 0.64 0 0.07 274.4 0.8 0.63
Hex AC 56 EC 1B 40 0 7 112 50 3F
Octal 254 126 354 33 100 0 7 422 120 77
Binary 10101100 1010110 11101100 11011 1000000 0 111 100010010 1010000 111111

Color Harmonies of #AC56EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC56EC

Black with #AC56EC

Text Example


Text Example

White with #AC56EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC56EC; }

 p { color: rgb(172,86,236); }

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

background-color css

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

 a { background-color: rgb(172,86,236); }

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

border-color css

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

 span { border-color: rgb(172,86,236); }

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