Html Css Color HEX #AC7DDF Medium Purple

📋 copy color: '#AC7DDF'

red 172 ◦ green 125 ◦ blue 223

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

Shades of Medium Purple #AC7DDF

Tints of Medium Purple #AC7DDF

RGB

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

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

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

R = 33.08%
G = 24.04%
B = 42.88%

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

#AC7DDF (or 0xAC7DDF) is known color: Medium Purple. HEX triplet: AC, 7D and DF. RGB value is (172,125,223). Sum of RGB (Red+Green+Blue) = 172+125+223=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC7DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DDF is #538220. Grayscale: #959595. Windows color (decimal): -5472801 or 14646700. OLE color: 14646700.

HSL color Cylindrical-coordinate representation of color #AC7DDF: hue angle of 268.78º degrees, saturation: 0.6, 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 #AC7DDF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 125 223 -
CMYK 0.23 0.44 0 0.13
HSL 268.78º 0.6% 0.68% -
HSV(B) 268.78º 0.44% 0.87% -
XYZ 37.67 28.77 73.38 -
YUV 150.23 169.07 143.53 -
System Red Green Blue C M Y K H S L
Decimal 172 125 223 0.23 0.44 0 0.13 268.78 0.6 0.68
Hex AC 7D DF 17 2C 0 D 10D 3C 44
Octal 254 175 337 27 54 0 15 415 74 104
Binary 10101100 1111101 11011111 10111 101100 0 1101 100001101 111100 1000100

Color Harmonies of #AC7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7DDF

Black with #AC7DDF

Text Example


Text Example

White with #AC7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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