Html Css Color HEX #AC78EC Medium Purple

📋 copy color: '#AC78EC'

red 172 ◦ green 120 ◦ blue 236

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

Shades of Medium Purple #AC78EC

Tints of Medium Purple #AC78EC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.73%

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

R = 32.58%
G = 22.73%
B = 44.7%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC78EC (or 0xAC78EC) is known color: Medium Purple. HEX triplet: AC, 78 and EC. RGB value is (172,120,236). Sum of RGB (Red+Green+Blue) = 172+120+236=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC78EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC78EC is #538713. Grayscale: #949494. Windows color (decimal): -5474068 or 15497388. OLE color: 15497388.

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

Color convert

RGB 172 120 236 -
CMYK 0.27 0.49 0 0.07
HSL 266.9º 0.75% 0.7% -
HSV(B) 266.9º 0.49% 0.93% -
XYZ 38.87 28.26 82.76 -
YUV 148.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 172 120 236 0.27 0.49 0 0.07 266.9 0.75 0.7
Hex AC 78 EC 1B 31 0 7 10B 4B 46
Octal 254 170 354 33 61 0 7 413 113 106
Binary 10101100 1111000 11101100 11011 110001 0 111 100001011 1001011 1000110

Color Harmonies of #AC78EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC78EC

Black with #AC78EC

Text Example


Text Example

White with #AC78EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC78EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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