Html Css Color HEX #AC7CDC Medium Purple

📋 copy color: '#AC7CDC'

red 172 ◦ green 124 ◦ blue 220

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

Shades of Medium Purple #AC7CDC

Tints of Medium Purple #AC7CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 33.33%
G = 24.03%
B = 42.64%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC7CDC (or 0xAC7CDC) is known color: Medium Purple. HEX triplet: AC, 7C and DC. RGB value is (172,124,220). Sum of RGB (Red+Green+Blue) = 172+124+220=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC7CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CDC is #538323. Grayscale: #949494. Windows color (decimal): -5473060 or 14449836. OLE color: 14449836.

HSL color Cylindrical-coordinate representation of color #AC7CDC: hue angle of 270º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC7CDC is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 124 220 -
CMYK 0.22 0.44 0 0.14
HSL 270º 0.58% 0.67% -
HSV(B) 270º 0.44% 0.86% -
XYZ 37.14 28.35 71.23 -
YUV 149.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 172 124 220 0.22 0.44 0 0.14 270 0.58 0.67
Hex AC 7C DC 16 2C 0 E 10E 3A 43
Octal 254 174 334 26 54 0 16 416 72 103
Binary 10101100 1111100 11011100 10110 101100 0 1110 100001110 111010 1000011

Color Harmonies of #AC7CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7CDC

Black with #AC7CDC

Text Example


Text Example

White with #AC7CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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