#AC7FBF

Color #AC7FBF East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AC7FBF

Tints of East Side #AC7FBF

Color information

#AC7FBF (or 0xAC7FBF) is unknown color: approx East Side. HEX triplet: AC, 7F and BF. RGB value is (172,127,191). Sum of RGB (Red+Green+Blue) = 172+127+191=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC7FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7FBF is #538040. Grayscale: #939393. Windows color (decimal): -5472321 or 12550060. OLE color: 12550060.

HSL color Cylindrical-coordinate representation of color #AC7FBF: hue angle of 282.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC7FBF is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172127191-
CMYK0.100.3400.25
HSL282.19º33.33%62.35%-
HSV(B)282.19º33.51%74.9%-
XYZ34.0127.7152.85-
YUV147.75152.41145.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 127 (50% from 255) = 25.92%
BLUE value IS 191 (75% from 255) = 38.98%
R=35.10%
G=25.92%
B=38.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721271910.100.3400.25282.1933.3362.35
HexAC7FBFA2201911a213e
Octal25417727712420314324176
Binary101011001111111101111111010100010011001100011010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7FBF; }

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

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

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

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

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

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

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

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