Html Css Color HEX #AC74EC Medium Purple

📋 copy color: '#AC74EC'

red 172 ◦ green 116 ◦ blue 236

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

Shades of Medium Purple #AC74EC

Tints of Medium Purple #AC74EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.14%

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

R = 32.82%
G = 22.14%
B = 45.04%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC74EC (or 0xAC74EC) is known color: Medium Purple. HEX triplet: AC, 74 and EC. RGB value is (172,116,236). Sum of RGB (Red+Green+Blue) = 172+116+236=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC74EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC74EC is #538B13. Grayscale: #929292. Windows color (decimal): -5475092 or 15496364. OLE color: 15496364.

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

Color convert

RGB 172 116 236 -
CMYK 0.27 0.51 0 0.07
HSL 268º 0.76% 0.69% -
HSV(B) 268º 0.51% 0.93% -
XYZ 38.4 27.32 82.61 -
YUV 146.42 178.55 146.24 -
System Red Green Blue C M Y K H S L
Decimal 172 116 236 0.27 0.51 0 0.07 268 0.76 0.69
Hex AC 74 EC 1B 33 0 7 10C 4C 45
Octal 254 164 354 33 63 0 7 414 114 105
Binary 10101100 1110100 11101100 11011 110011 0 111 100001100 1001100 1000101

Color Harmonies of #AC74EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC74EC

Black with #AC74EC

Text Example


Text Example

White with #AC74EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC74EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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