Html Css Color HEX #AC76F1 Medium Purple

📋 copy color: '#AC76F1'

red 172 ◦ green 118 ◦ blue 241

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

Shades of Medium Purple #AC76F1

Tints of Medium Purple #AC76F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.39%

R = 32.39%
G = 22.22%
B = 45.39%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC76F1 (or 0xAC76F1) is known color: Medium Purple. HEX triplet: AC, 76 and F1. RGB value is (172,118,241). Sum of RGB (Red+Green+Blue) = 172+118+241=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC76F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC76F1 is #53890E. Grayscale: #939393. Windows color (decimal): -5474575 or 15824556. OLE color: 15824556.

HSL color Cylindrical-coordinate representation of color #AC76F1: hue angle of 266.34º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC76F1 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 118 241 -
CMYK 0.29 0.51 0 0.05
HSL 266.34º 0.81% 0.7% -
HSV(B) 266.34º 0.51% 0.95% -
XYZ 39.37 28.08 86.56 -
YUV 148.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 172 118 241 0.29 0.51 0 0.05 266.34 0.81 0.7
Hex AC 76 F1 1D 33 0 5 10A 51 46
Octal 254 166 361 35 63 0 5 412 121 106
Binary 10101100 1110110 11110001 11101 110011 0 101 100001010 1010001 1000110

Color Harmonies of #AC76F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC76F1

Black with #AC76F1

Text Example


Text Example

White with #AC76F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC76F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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