Html Css Color HEX #AC7CDF Medium Purple

📋 copy color: '#AC7CDF'

red 172 ◦ green 124 ◦ blue 223

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

Shades of Medium Purple #AC7CDF

Tints of Medium Purple #AC7CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 33.14%
G = 23.89%
B = 42.97%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC7CDF (or 0xAC7CDF) is known color: Medium Purple. HEX triplet: AC, 7C and DF. RGB value is (172,124,223). Sum of RGB (Red+Green+Blue) = 172+124+223=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CDF is #538320. Grayscale: #959595. Windows color (decimal): -5473057 or 14646444. OLE color: 14646444.

HSL color Cylindrical-coordinate representation of color #AC7CDF: hue angle of 269.09º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC7CDF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 124 223 -
CMYK 0.23 0.44 0 0.13
HSL 269.09º 0.61% 0.68% -
HSV(B) 269.09º 0.44% 0.87% -
XYZ 37.54 28.51 73.34 -
YUV 149.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 172 124 223 0.23 0.44 0 0.13 269.09 0.61 0.68
Hex AC 7C DF 17 2C 0 D 10D 3D 44
Octal 254 174 337 27 54 0 15 415 75 104
Binary 10101100 1111100 11011111 10111 101100 0 1101 100001101 111101 1000100

Color Harmonies of #AC7CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7CDF

Black with #AC7CDF

Text Example


Text Example

White with #AC7CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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