Html Css Color HEX #AC7CFF Medium Purple

📋 copy color: '#AC7CFF'

red 172 ◦ green 124 ◦ blue 255

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

Shades of Medium Purple #AC7CFF

Tints of Medium Purple #AC7CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.28%

R = 31.22%
G = 22.5%
B = 46.28%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC7CFF (or 0xAC7CFF) is known color: Medium Purple. HEX triplet: AC, 7C and FF. RGB value is (172,124,255). Sum of RGB (Red+Green+Blue) = 172+124+255=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC7CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7CFF is #538300. Grayscale: #989898. Windows color (decimal): -5473025 or 16743596. OLE color: 16743596.

HSL color Cylindrical-coordinate representation of color #AC7CFF: hue angle of 261.98º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC7CFF is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 124 255 -
CMYK 0.33 0.51 0 0
HSL 261.98º 1% 0.74% -
HSV(B) 261.98º 0.51% 1% -
XYZ 42.27 30.41 98.25 -
YUV 153.29 185.4 141.35 -
System Red Green Blue C M Y K H S L
Decimal 172 124 255 0.33 0.51 0 0 261.98 1 0.74
Hex AC 7C FF 21 33 0 0 106 64 4A
Octal 254 174 377 41 63 0 0 406 144 112
Binary 10101100 1111100 11111111 100001 110011 0 0 100000110 1100100 1001010

Color Harmonies of #AC7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7CFF

Black with #AC7CFF

Text Example


Text Example

White with #AC7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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