Html Css Color HEX #AC7CF8 Medium Purple

📋 copy color: '#AC7CF8'

red 172 ◦ green 124 ◦ blue 248

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

Shades of Medium Purple #AC7CF8

Tints of Medium Purple #AC7CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.59%

R = 31.62%
G = 22.79%
B = 45.59%

CMYK

 C value IS 0.31

 M value IS 0.5

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AC7CF8 (or 0xAC7CF8) is known color: Medium Purple. HEX triplet: AC, 7C and F8. RGB value is (172,124,248). Sum of RGB (Red+Green+Blue) = 172+124+248=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #AC7CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7CF8 is #538307. Grayscale: #989898. Windows color (decimal): -5473032 or 16284844. OLE color: 16284844.

HSL color Cylindrical-coordinate representation of color #AC7CF8: hue angle of 263.23º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7CF8 is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 124 248 -
CMYK 0.31 0.5 0 0.03
HSL 263.23º 0.9% 0.73% -
HSV(B) 263.23º 0.5% 0.97% -
XYZ 41.16 29.96 92.42 -
YUV 152.49 181.9 141.92 -
System Red Green Blue C M Y K H S L
Decimal 172 124 248 0.31 0.5 0 0.03 263.23 0.9 0.73
Hex AC 7C F8 1F 32 0 3 107 5A 49
Octal 254 174 370 37 62 0 3 407 132 111
Binary 10101100 1111100 11111000 11111 110010 0 11 100000111 1011010 1001001

Color Harmonies of #AC7CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7CF8

Black with #AC7CF8

Text Example


Text Example

White with #AC7CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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