#AC75EE

Color #AC75EE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AC75EE

Tints of Medium Purple #AC75EE

Color information

#AC75EE (or 0xAC75EE) is unknown color: approx Medium Purple. HEX triplet: AC, 75 and EE. RGB value is (172,117,238). Sum of RGB (Red+Green+Blue) = 172+117+238=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC75EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC75EE is #538A11. Grayscale: #929292. Windows color (decimal): -5474834 or 15627692. OLE color: 15627692.

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

Color convert

RGB172117238-
CMYK0.280.5100.07
HSL267.27º78.06%69.61%-
HSV(B)267.27º50.84%93.33%-
XYZ38.8127.6784.18-
YUV147.24179.22145.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 117 (46.09% from 255) = 22.20%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=32.64%
G=22.20%
B=45.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721172380.280.5100.07267.2778.0669.61
HexAC75EE1C330710b4e46
Octal254165356346307413116106
Binary1010110011101011110111011100110011011110000101110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75EE; }

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

 H1.HeaderClassName
 {
   color: #AC75EE;
 }
 .AnyTagClassName
 {
   color: #AC75EE;
 }
</style>
background-color css

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

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

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

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

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

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