Html Css Color HEX #AC6FEC Medium Purple

📋 copy color: '#AC6FEC'

red 172 ◦ green 111 ◦ blue 236

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

Shades of Medium Purple #AC6FEC

Tints of Medium Purple #AC6FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.39%

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

R = 33.14%
G = 21.39%
B = 45.47%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC6FEC (or 0xAC6FEC) is known color: Medium Purple. HEX triplet: AC, 6F and EC. RGB value is (172,111,236). Sum of RGB (Red+Green+Blue) = 172+111+236=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC6FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6FEC is #539013. Grayscale: #8F8F8F. Windows color (decimal): -5476372 or 15495084. OLE color: 15495084.

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

Color convert

RGB 172 111 236 -
CMYK 0.27 0.53 0 0.07
HSL 269.28º 0.77% 0.68% -
HSV(B) 269.28º 0.53% 0.93% -
XYZ 37.84 26.2 82.42 -
YUV 143.49 180.21 148.34 -
System Red Green Blue C M Y K H S L
Decimal 172 111 236 0.27 0.53 0 0.07 269.28 0.77 0.68
Hex AC 6F EC 1B 35 0 7 10D 4D 44
Octal 254 157 354 33 65 0 7 415 115 104
Binary 10101100 1101111 11101100 11011 110101 0 111 100001101 1001101 1000100

Color Harmonies of #AC6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FEC

Black with #AC6FEC

Text Example


Text Example

White with #AC6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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