Html Css Color HEX #AC7CF6 Medium Purple

📋 copy color: '#AC7CF6'

red 172 ◦ green 124 ◦ blue 246

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

Shades of Medium Purple #AC7CF6

Tints of Medium Purple #AC7CF6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.88%

 BLUE value IS 246 (96.48% from 255) = 45.39%

R = 31.73%
G = 22.88%
B = 45.39%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC7CF6 (or 0xAC7CF6) is known color: Medium Purple. HEX triplet: AC, 7C and F6. RGB value is (172,124,246). Sum of RGB (Red+Green+Blue) = 172+124+246=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC7CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7CF6 is #538309. Grayscale: #979797. Windows color (decimal): -5473034 or 16153772. OLE color: 16153772.

HSL color Cylindrical-coordinate representation of color #AC7CF6: hue angle of 263.61º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7CF6 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 124 246 -
CMYK 0.30 0.50 0 0.04
HSL 263.61º 0.87% 0.73% -
HSV(B) 263.61º 0.5% 0.96% -
XYZ 40.86 29.84 90.8 -
YUV 152.26 180.9 142.08 -
System Red Green Blue C M Y K H S L
Decimal 172 124 246 0.30 0.50 0 0.04 263.61 0.87 0.73
Hex AC 7C F6 1E 32 0 4 108 57 49
Octal 254 174 366 36 62 0 4 410 127 111
Binary 10101100 1111100 11110110 11110 110010 0 100 100001000 1010111 1001001

Color Harmonies of #AC7CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7CF6

Black with #AC7CF6

Text Example


Text Example

White with #AC7CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7CF6; }

 p { color: rgb(172,124,246); }

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

background-color css

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

 a { background-color: rgb(172,124,246); }

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

border-color css

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

 span { border-color: rgb(172,124,246); }

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