Html Css Color HEX #AC7FEC Medium Purple

📋 copy color: '#AC7FEC'

red 172 ◦ green 127 ◦ blue 236

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

Shades of Medium Purple #AC7FEC

Tints of Medium Purple #AC7FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.74%

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

R = 32.15%
G = 23.74%
B = 44.11%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC7FEC (or 0xAC7FEC) is known color: Medium Purple. HEX triplet: AC, 7F and EC. RGB value is (172,127,236). Sum of RGB (Red+Green+Blue) = 172+127+236=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC7FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7FEC is #538013. Grayscale: #989898. Windows color (decimal): -5472276 or 15499180. OLE color: 15499180.

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

Color convert

RGB 172 127 236 -
CMYK 0.27 0.46 0 0.07
HSL 264.77º 0.74% 0.71% -
HSV(B) 264.77º 0.46% 0.93% -
XYZ 39.74 30.01 83.05 -
YUV 152.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 172 127 236 0.27 0.46 0 0.07 264.77 0.74 0.71
Hex AC 7F EC 1B 2E 0 7 109 4A 47
Octal 254 177 354 33 56 0 7 411 112 107
Binary 10101100 1111111 11101100 11011 101110 0 111 100001001 1001010 1000111

Color Harmonies of #AC7FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7FEC

Black with #AC7FEC

Text Example


Text Example

White with #AC7FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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