#AC7DEB

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

Shades of Medium Purple #AC7DEB

Tints of Medium Purple #AC7DEB

Color information

#AC7DEB (or 0xAC7DEB) is unknown color: approx Medium Purple. HEX triplet: AC, 7D and EB. RGB value is (172,125,235). Sum of RGB (Red+Green+Blue) = 172+125+235=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC7DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7DEB is #538214. Grayscale: #979797. Windows color (decimal): -5472789 or 15433132. OLE color: 15433132.

HSL color Cylindrical-coordinate representation of color #AC7DEB: hue angle of 265.64º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC7DEB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172125235-
CMYK0.270.4700.08
HSL265.64º73.33%70.59%-
HSV(B)265.64º46.81%92.16%-
XYZ39.3429.4482.21-
YUV151.59175.07142.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 125 (49.22% from 255) = 23.50%
BLUE value IS 235 (92.19% from 255) = 44.17%
R=32.33%
G=23.50%
B=44.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721252350.270.4700.08265.6473.3370.59
HexAC7DEB1B2F0810a4947
Octal2541753533357010412111107
Binary10101100111110111101011110111011110100010000101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DEB; }

 p { color: rgb(172,125,235); }

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

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

 a { background-color: rgb(172,125,235); }

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

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

 span { border-color: rgb(172,125,235); }

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