Html Css Color HEX #AC76EC Medium Purple

📋 copy color: '#AC76EC'

red 172 ◦ green 118 ◦ blue 236

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

Shades of Medium Purple #AC76EC

Tints of Medium Purple #AC76EC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.43%

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

R = 32.7%
G = 22.43%
B = 44.87%

CMYK

 C value IS 0.27

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC76EC (or 0xAC76EC) is known color: Medium Purple. HEX triplet: AC, 76 and EC. RGB value is (172,118,236). Sum of RGB (Red+Green+Blue) = 172+118+236=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC76EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC76EC is #538913. Grayscale: #939393. Windows color (decimal): -5474580 or 15496876. OLE color: 15496876.

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

Color convert

RGB 172 118 236 -
CMYK 0.27 0.5 0 0.07
HSL 267.46º 0.76% 0.69% -
HSV(B) 267.46º 0.5% 0.93% -
XYZ 38.63 27.78 82.68 -
YUV 147.6 177.89 145.41 -
System Red Green Blue C M Y K H S L
Decimal 172 118 236 0.27 0.5 0 0.07 267.46 0.76 0.69
Hex AC 76 EC 1B 32 0 7 10B 4C 45
Octal 254 166 354 33 62 0 7 413 114 105
Binary 10101100 1110110 11101100 11011 110010 0 111 100001011 1001100 1000101

Color Harmonies of #AC76EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC76EC

Black with #AC76EC

Text Example


Text Example

White with #AC76EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC76EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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