Html Css Color HEX #AC72E2 Medium Purple

📋 copy color: '#AC72E2'

red 172 ◦ green 114 ◦ blue 226

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

Shades of Medium Purple #AC72E2

Tints of Medium Purple #AC72E2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.27%

 BLUE value IS 226 (88.67% from 255) = 44.14%

R = 33.59%
G = 22.27%
B = 44.14%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC72E2 (or 0xAC72E2) is known color: Medium Purple. HEX triplet: AC, 72 and E2. RGB value is (172,114,226). Sum of RGB (Red+Green+Blue) = 172+114+226=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC72E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72E2 is #538D1D. Grayscale: #8F8F8F. Windows color (decimal): -5475614 or 14840492. OLE color: 14840492.

HSL color Cylindrical-coordinate representation of color #AC72E2: hue angle of 271.07º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC72E2 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 114 226 -
CMYK 0.24 0.50 0 0.11
HSL 271.07º 0.66% 0.67% -
HSV(B) 271.07º 0.5% 0.89% -
XYZ 36.76 26.3 75.09 -
YUV 144.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 172 114 226 0.24 0.50 0 0.11 271.07 0.66 0.67
Hex AC 72 E2 18 32 0 B 10F 42 43
Octal 254 162 342 30 62 0 13 417 102 103
Binary 10101100 1110010 11100010 11000 110010 0 1011 100001111 1000010 1000011

Color Harmonies of #AC72E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC72E2

Black with #AC72E2

Text Example


Text Example

White with #AC72E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC72E2; }

 p { color: rgb(172,114,226); }

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

background-color css

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

 a { background-color: rgb(172,114,226); }

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

border-color css

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

 span { border-color: rgb(172,114,226); }

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