Html Css Color HEX #AC76E5 Medium Purple

📋 copy color: '#AC76E5'

red 172 ◦ green 118 ◦ blue 229

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

Shades of Medium Purple #AC76E5

Tints of Medium Purple #AC76E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.12%

R = 33.14%
G = 22.74%
B = 44.12%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC76E5 (or 0xAC76E5) is known color: Medium Purple. HEX triplet: AC, 76 and E5. RGB value is (172,118,229). Sum of RGB (Red+Green+Blue) = 172+118+229=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC76E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76E5 is #53891A. Grayscale: #929292. Windows color (decimal): -5474587 or 15038124. OLE color: 15038124.

HSL color Cylindrical-coordinate representation of color #AC76E5: hue angle of 269.19º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC76E5 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 118 229 -
CMYK 0.25 0.48 0 0.10
HSL 269.19º 0.68% 0.68% -
HSV(B) 269.19º 0.48% 0.9% -
XYZ 37.63 27.38 77.43 -
YUV 146.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 172 118 229 0.25 0.48 0 0.10 269.19 0.68 0.68
Hex AC 76 E5 19 30 0 A 10D 44 44
Octal 254 166 345 31 60 0 12 415 104 104
Binary 10101100 1110110 11100101 11001 110000 0 1010 100001101 1000100 1000100

Color Harmonies of #AC76E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC76E5

Black with #AC76E5

Text Example


Text Example

White with #AC76E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC76E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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