Html Css Color HEX #AC7BDC Medium Purple

📋 copy color: '#AC7BDC'

red 172 ◦ green 123 ◦ blue 220

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

Shades of Medium Purple #AC7BDC

Tints of Medium Purple #AC7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.88%

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

R = 33.4%
G = 23.88%
B = 42.72%

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

#AC7BDC (or 0xAC7BDC) is known color: Medium Purple. HEX triplet: AC, 7B and DC. RGB value is (172,123,220). Sum of RGB (Red+Green+Blue) = 172+123+220=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC7BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BDC is #538423. Grayscale: #949494. Windows color (decimal): -5473316 or 14449580. OLE color: 14449580.

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

Color convert

RGB 172 123 220 -
CMYK 0.22 0.44 0 0.14
HSL 270.31º 0.58% 0.67% -
HSV(B) 270.31º 0.44% 0.86% -
XYZ 37.01 28.1 71.18 -
YUV 148.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 172 123 220 0.22 0.44 0 0.14 270.31 0.58 0.67
Hex AC 7B DC 16 2C 0 E 10E 3A 43
Octal 254 173 334 26 54 0 16 416 72 103
Binary 10101100 1111011 11011100 10110 101100 0 1110 100001110 111010 1000011

Color Harmonies of #AC7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7BDC

Black with #AC7BDC

Text Example


Text Example

White with #AC7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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