Html Css Color HEX #AC7CF1 Medium Purple

📋 copy color: '#AC7CF1'

red 172 ◦ green 124 ◦ blue 241

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

Shades of Medium Purple #AC7CF1

Tints of Medium Purple #AC7CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.88%

R = 32.03%
G = 23.09%
B = 44.88%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC7CF1 (or 0xAC7CF1) is known color: Medium Purple. HEX triplet: AC, 7C and F1. RGB value is (172,124,241). Sum of RGB (Red+Green+Blue) = 172+124+241=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC7CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7CF1 is #53830E. Grayscale: #979797. Windows color (decimal): -5473039 or 15826092. OLE color: 15826092.

HSL color Cylindrical-coordinate representation of color #AC7CF1: hue angle of 264.62º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC7CF1 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 124 241 -
CMYK 0.29 0.49 0 0.05
HSL 264.62º 0.81% 0.72% -
HSV(B) 264.62º 0.49% 0.95% -
XYZ 40.1 29.54 86.81 -
YUV 151.69 178.4 142.49 -
System Red Green Blue C M Y K H S L
Decimal 172 124 241 0.29 0.49 0 0.05 264.62 0.81 0.72
Hex AC 7C F1 1D 31 0 5 109 51 48
Octal 254 174 361 35 61 0 5 411 121 110
Binary 10101100 1111100 11110001 11101 110001 0 101 100001001 1010001 1001000

Color Harmonies of #AC7CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7CF1

Black with #AC7CF1

Text Example


Text Example

White with #AC7CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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