Html Css Color HEX #AC76DF Medium Purple

📋 copy color: '#AC76DF'

red 172 ◦ green 118 ◦ blue 223

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

Shades of Medium Purple #AC76DF

Tints of Medium Purple #AC76DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23%

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

R = 33.53%
G = 23%
B = 43.47%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC76DF (or 0xAC76DF) is known color: Medium Purple. HEX triplet: AC, 76 and DF. RGB value is (172,118,223). Sum of RGB (Red+Green+Blue) = 172+118+223=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC76DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76DF is #538920. Grayscale: #919191. Windows color (decimal): -5474593 or 14644908. OLE color: 14644908.

HSL color Cylindrical-coordinate representation of color #AC76DF: hue angle of 270.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC76DF is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 118 223 -
CMYK 0.23 0.47 0 0.13
HSL 270.86º 0.62% 0.67% -
HSV(B) 270.86º 0.47% 0.87% -
XYZ 36.81 27.06 73.09 -
YUV 146.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 172 118 223 0.23 0.47 0 0.13 270.86 0.62 0.67
Hex AC 76 DF 17 2F 0 D 10F 3E 43
Octal 254 166 337 27 57 0 15 417 76 103
Binary 10101100 1110110 11011111 10111 101111 0 1101 100001111 111110 1000011

Color Harmonies of #AC76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC76DF

Black with #AC76DF

Text Example


Text Example

White with #AC76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC76DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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