Html Css Color HEX #AC72FE Medium Purple

📋 copy color: '#AC72FE'

red 172 ◦ green 114 ◦ blue 254

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

Shades of Medium Purple #AC72FE

Tints of Medium Purple #AC72FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.04%

R = 31.85%
G = 21.11%
B = 47.04%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC72FE (or 0xAC72FE) is known color: Medium Purple. HEX triplet: AC, 72 and FE. RGB value is (172,114,254). Sum of RGB (Red+Green+Blue) = 172+114+254=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC72FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC72FE is #538D01. Grayscale: #929292. Windows color (decimal): -5475586 or 16675500. OLE color: 16675500.

HSL color Cylindrical-coordinate representation of color #AC72FE: hue angle of 264.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC72FE is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 114 254 -
CMYK 0.32 0.55 0 0.00
HSL 264.86º 0.99% 0.72% -
HSV(B) 264.86º 0.55% 1% -
XYZ 40.92 27.96 97.01 -
YUV 147.3 188.22 145.62 -
System Red Green Blue C M Y K H S L
Decimal 172 114 254 0.32 0.55 0 0.00 264.86 0.99 0.72
Hex AC 72 FE 20 37 0 0 109 63 48
Octal 254 162 376 40 67 0 0 411 143 110
Binary 10101100 1110010 11111110 100000 110111 0 0 100001001 1100011 1001000

Color Harmonies of #AC72FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC72FE

Black with #AC72FE

Text Example


Text Example

White with #AC72FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC72FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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