Html Css Color HEX #AC7CDD Medium Purple

📋 copy color: '#AC7CDD'

red 172 ◦ green 124 ◦ blue 221

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

Shades of Medium Purple #AC7CDD

Tints of Medium Purple #AC7CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 33.27%
G = 23.98%
B = 42.75%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC7CDD (or 0xAC7CDD) is known color: Medium Purple. HEX triplet: AC, 7C and DD. RGB value is (172,124,221). Sum of RGB (Red+Green+Blue) = 172+124+221=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC7CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CDD is #538322. Grayscale: #959595. Windows color (decimal): -5473059 or 14515372. OLE color: 14515372.

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

Color convert

RGB 172 124 221 -
CMYK 0.22 0.44 0 0.13
HSL 269.69º 0.59% 0.68% -
HSV(B) 269.69º 0.44% 0.87% -
XYZ 37.27 28.41 71.93 -
YUV 149.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 172 124 221 0.22 0.44 0 0.13 269.69 0.59 0.68
Hex AC 7C DD 16 2C 0 D 10E 3B 44
Octal 254 174 335 26 54 0 15 416 73 104
Binary 10101100 1111100 11011101 10110 101100 0 1101 100001110 111011 1000100

Color Harmonies of #AC7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7CDD

Black with #AC7CDD

Text Example


Text Example

White with #AC7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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