Html Css Color HEX #AC7CF0 Medium Purple

📋 copy color: '#AC7CF0'

red 172 ◦ green 124 ◦ blue 240

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

Shades of Medium Purple #AC7CF0

Tints of Medium Purple #AC7CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.78%

R = 32.09%
G = 23.13%
B = 44.78%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC7CF0 (or 0xAC7CF0) is known color: Medium Purple. HEX triplet: AC, 7C and F0. RGB value is (172,124,240). Sum of RGB (Red+Green+Blue) = 172+124+240=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC7CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7CF0 is #53830F. Grayscale: #979797. Windows color (decimal): -5473040 or 15760556. OLE color: 15760556.

HSL color Cylindrical-coordinate representation of color #AC7CF0: hue angle of 264.83º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC7CF0 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 124 240 -
CMYK 0.28 0.48 0 0.06
HSL 264.83º 0.79% 0.71% -
HSV(B) 264.83º 0.48% 0.94% -
XYZ 39.95 29.48 86.02 -
YUV 151.58 177.9 142.57 -
System Red Green Blue C M Y K H S L
Decimal 172 124 240 0.28 0.48 0 0.06 264.83 0.79 0.71
Hex AC 7C F0 1C 30 0 6 109 4F 47
Octal 254 174 360 34 60 0 6 411 117 107
Binary 10101100 1111100 11110000 11100 110000 0 110 100001001 1001111 1000111

Color Harmonies of #AC7CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7CF0

Black with #AC7CF0

Text Example


Text Example

White with #AC7CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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