#AC7BED

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

Shades of Medium Purple #AC7BED

Tints of Medium Purple #AC7BED

Color information

#AC7BED (or 0xAC7BED) is unknown color: approx Medium Purple. HEX triplet: AC, 7B and ED. RGB value is (172,123,237). Sum of RGB (Red+Green+Blue) = 172+123+237=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC7BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7BED is #538412. Grayscale: #969696. Windows color (decimal): -5473299 or 15563692. OLE color: 15563692.

HSL color Cylindrical-coordinate representation of color #AC7BED: hue angle of 265.79º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC7BED is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172123237-
CMYK0.270.4800.07
HSL265.79º76%70.59%-
HSV(B)265.79º48.1%92.94%-
XYZ39.3829.0583.65-
YUV150.65176.73143.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 123 (48.44% from 255) = 23.12%
BLUE value IS 237 (92.97% from 255) = 44.55%
R=32.33%
G=23.12%
B=44.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721232370.270.4800.07265.797670.59
HexAC7BED1B300710a4c47
Octal254173355336007412114107
Binary1010110011110111110110111011110000011110000101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7BED; }

 p { color: rgb(172,123,237); }

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

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

 a { background-color: rgb(172,123,237); }

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

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

 span { border-color: rgb(172,123,237); }

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