Html Css Color HEX #AC7FEE Medium Purple

📋 copy color: '#AC7FEE'

red 172 ◦ green 127 ◦ blue 238

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

Shades of Medium Purple #AC7FEE

Tints of Medium Purple #AC7FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.65%

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

R = 32.03%
G = 23.65%
B = 44.32%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC7FEE (or 0xAC7FEE) is known color: Medium Purple. HEX triplet: AC, 7F and EE. RGB value is (172,127,238). Sum of RGB (Red+Green+Blue) = 172+127+238=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC7FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7FEE is #538011. Grayscale: #989898. Windows color (decimal): -5472274 or 15630252. OLE color: 15630252.

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

Color convert

RGB 172 127 238 -
CMYK 0.28 0.47 0 0.07
HSL 264.32º 0.77% 0.72% -
HSV(B) 264.32º 0.47% 0.93% -
XYZ 40.04 30.12 84.59 -
YUV 153.11 175.91 141.47 -
System Red Green Blue C M Y K H S L
Decimal 172 127 238 0.28 0.47 0 0.07 264.32 0.77 0.72
Hex AC 7F EE 1C 2F 0 7 108 4D 48
Octal 254 177 356 34 57 0 7 410 115 110
Binary 10101100 1111111 11101110 11100 101111 0 111 100001000 1001101 1001000

Color Harmonies of #AC7FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7FEE

Black with #AC7FEE

Text Example


Text Example

White with #AC7FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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