Html Css Color HEX #AC72EF Medium Purple

📋 copy color: '#AC72EF'

red 172 ◦ green 114 ◦ blue 239

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

Shades of Medium Purple #AC72EF

Tints of Medium Purple #AC72EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 32.76%
G = 21.71%
B = 45.52%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC72EF (or 0xAC72EF) is known color: Medium Purple. HEX triplet: AC, 72 and EF. RGB value is (172,114,239). Sum of RGB (Red+Green+Blue) = 172+114+239=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC72EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC72EF is #538D10. Grayscale: #919191. Windows color (decimal): -5475601 or 15692460. OLE color: 15692460.

HSL color Cylindrical-coordinate representation of color #AC72EF: hue angle of 267.84º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC72EF is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 114 239 -
CMYK 0.28 0.52 0 0.06
HSL 267.84º 0.8% 0.69% -
HSV(B) 267.84º 0.52% 0.94% -
XYZ 38.61 27.04 84.85 -
YUV 145.59 180.72 146.84 -
System Red Green Blue C M Y K H S L
Decimal 172 114 239 0.28 0.52 0 0.06 267.84 0.8 0.69
Hex AC 72 EF 1C 34 0 6 10C 50 45
Octal 254 162 357 34 64 0 6 414 120 105
Binary 10101100 1110010 11101111 11100 110100 0 110 100001100 1010000 1000101

Color Harmonies of #AC72EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC72EF

Black with #AC72EF

Text Example


Text Example

White with #AC72EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC72EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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