Html Css Color HEX #AC72EE Medium Purple

📋 copy color: '#AC72EE'

red 172 ◦ green 114 ◦ blue 238

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

Shades of Medium Purple #AC72EE

Tints of Medium Purple #AC72EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 32.82%
G = 21.76%
B = 45.42%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC72EE (or 0xAC72EE) is known color: Medium Purple. HEX triplet: AC, 72 and EE. RGB value is (172,114,238). Sum of RGB (Red+Green+Blue) = 172+114+238=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC72EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC72EE is #538D11. Grayscale: #919191. Windows color (decimal): -5475602 or 15626924. OLE color: 15626924.

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

Color convert

RGB 172 114 238 -
CMYK 0.28 0.52 0 0.07
HSL 268.06º 0.78% 0.69% -
HSV(B) 268.06º 0.52% 0.93% -
XYZ 38.46 26.98 84.07 -
YUV 145.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 172 114 238 0.28 0.52 0 0.07 268.06 0.78 0.69
Hex AC 72 EE 1C 34 0 7 10C 4E 45
Octal 254 162 356 34 64 0 7 414 116 105
Binary 10101100 1110010 11101110 11100 110100 0 111 100001100 1001110 1000101

Color Harmonies of #AC72EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC72EE

Black with #AC72EE

Text Example


Text Example

White with #AC72EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC72EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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