Html Css Color HEX #AC7DDC Medium Purple

📋 copy color: '#AC7DDC'

red 172 ◦ green 125 ◦ blue 220

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

Shades of Medium Purple #AC7DDC

Tints of Medium Purple #AC7DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.18%

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

R = 33.27%
G = 24.18%
B = 42.55%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC7DDC (or 0xAC7DDC) is known color: Medium Purple. HEX triplet: AC, 7D and DC. RGB value is (172,125,220). Sum of RGB (Red+Green+Blue) = 172+125+220=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC7DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DDC is #538223. Grayscale: #959595. Windows color (decimal): -5472804 or 14450092. OLE color: 14450092.

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

Color convert

RGB 172 125 220 -
CMYK 0.22 0.43 0 0.14
HSL 269.68º 0.58% 0.68% -
HSV(B) 269.68º 0.43% 0.86% -
XYZ 37.27 28.61 71.27 -
YUV 149.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 172 125 220 0.22 0.43 0 0.14 269.68 0.58 0.68
Hex AC 7D DC 16 2B 0 E 10E 3A 44
Octal 254 175 334 26 53 0 16 416 72 104
Binary 10101100 1111101 11011100 10110 101011 0 1110 100001110 111010 1000100

Color Harmonies of #AC7DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7DDC

Black with #AC7DDC

Text Example


Text Example

White with #AC7DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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